Skip to content

Commit e44c2ec

Browse files
committed
Don't enforce 'loop do' for infinite loops
1 parent fa79b13 commit e44c2ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Metrics/MethodLength:
1010
Style/Documentation:
1111
Enabled: false
1212

13+
# Don't enforce "loop do" for infinite loops
14+
Style/InfiniteLoop:
15+
Enabled: false
16+
1317
# Don't enforce underscores for large numeric values
1418
Style/NumericLiterals:
1519
Enabled: false

0 commit comments

Comments
 (0)