mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Rubocop: fix target Ruby version; add two more cops; fix lint error
https://docs.rubocop.org/rubocop/cops_layout.html#layoutassignmentindentation https://docs.rubocop.org/rubocop/cops_layout.html#layoutblockendnewline
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
AllCops:
|
||||
DisabledByDefault: true
|
||||
TargetRubyVersion: 3.4.0
|
||||
TargetRubyVersion: 3.4
|
||||
|
||||
Layout/AssignmentIndentation:
|
||||
Enabled: true
|
||||
|
||||
Layout/BlockEndNewline:
|
||||
Enabled: true
|
||||
|
||||
Layout/IndentationStyle:
|
||||
Enabled: true
|
||||
|
||||
Reference in New Issue
Block a user