Skip to content

Commit ac0f97f

Browse files
(PUP-11767) Enable Style/EmptyCaseCondition
1 parent f93b9fd commit ac0f97f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,3 +250,6 @@ Style/EachWithObject:
250250

251251
Style/EmptyBlockParameter:
252252
Enabled: true
253+
254+
Style/EmptyCaseCondition:
255+
Enabled: true

0 commit comments

Comments
 (0)