Skip to content

Commit 753fb9c

Browse files
(PUP-11767) Enable more rubocops
1 parent 64dd693 commit 753fb9c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.rubocop.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,3 +328,24 @@ Style/IfWithBooleanLiteralBranches:
328328

329329
Style/IfWithSemicolon:
330330
Enabled: true
331+
332+
Style/InfiniteLoop:
333+
Enabled: true
334+
335+
Style/InverseMethods:
336+
Enabled: true
337+
338+
Style/KeywordParametersOrder:
339+
Enabled: true
340+
341+
Style/Lambda:
342+
Enabled: true
343+
344+
Style/LambdaCall:
345+
Enabled: true
346+
347+
Style/LineEndConcatenation:
348+
Enabled: true
349+
350+
Style/MapCompactWithConditionalBlock:
351+
Enabled: true

0 commit comments

Comments
 (0)