Skip to content

Commit 89bdf18

Browse files
authored
Merge pull request #3560 from cloudfoundry/enable-Lint-ItWithoutArgumentsInBlock-rubocop
Enable the Lint/ItWithoutArgumentsInBlock rubocop
2 parents 9941def + 08cf9bc commit 89bdf18

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)