Skip to content

Commit 08cf9bc

Browse files
committed
Enable the Lint/ItWithoutArgumentsInBlock rubocop
- new in rubocop 1.59
1 parent 9941def commit 08cf9bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.rubocop_cc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ Lint/EmptyInPattern:
178178
Enabled: true
179179
Lint/IncompatibleIoSelectWithFiberScheduler:
180180
Enabled: true
181+
Lint/ItWithoutArgumentsInBlock:
182+
Enabled: true
181183
Lint/LambdaWithoutLiteralBlock:
182184
Enabled: true
183185
Lint/LiteralAssignmentInCondition:

0 commit comments

Comments
 (0)