Skip to content

Commit 8988a6c

Browse files
(PUP-11767) Enable several more rubocop Style cops
1 parent ac0f97f commit 8988a6c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.rubocop.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,18 @@ Style/EmptyBlockParameter:
253253

254254
Style/EmptyCaseCondition:
255255
Enabled: true
256+
257+
Style/EmptyLambdaParameter:
258+
Enabled: true
259+
260+
Style/EmptyLiteral:
261+
Enabled: true
262+
263+
Style/EvalWithLocation:
264+
Enabled: true
265+
266+
Style/EvenOdd:
267+
Enabled: true
268+
269+
Style/ExpandPathArguments:
270+
Enabled: true

0 commit comments

Comments
 (0)