mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #6565 from jbampton/add-more-rubo-cops
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
|
||||
|
||||
+2
-1
@@ -330,7 +330,8 @@ assert('BS Block 27') do
|
||||
3.times{|ib|
|
||||
2.times{|jb|
|
||||
sum += ib + jb
|
||||
}}
|
||||
}
|
||||
}
|
||||
assert_equal sum, 9
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user