Skip to content

Commit b4a1e98

Browse files
committed
1 parent 84a4bd1 commit b4a1e98

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/linters/.rubocop.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
AllCops:
22
DisabledByDefault: true
3-
TargetRubyVersion: 3.4.0
3+
TargetRubyVersion: 3.4
4+
5+
Layout/AssignmentIndentation:
6+
Enabled: true
7+
8+
Layout/BlockEndNewline:
9+
Enabled: true
410

511
Layout/IndentationStyle:
612
Enabled: true

test/t/bs_block.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,8 @@ def m(a)
330330
3.times{|ib|
331331
2.times{|jb|
332332
sum += ib + jb
333-
}}
333+
}
334+
}
334335
assert_equal sum, 9
335336
end
336337

0 commit comments

Comments
 (0)