We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64dd693 commit 753fb9cCopy full SHA for 753fb9c
.rubocop.yml
@@ -328,3 +328,24 @@ Style/IfWithBooleanLiteralBranches:
328
329
Style/IfWithSemicolon:
330
Enabled: true
331
+
332
+Style/InfiniteLoop:
333
+ Enabled: true
334
335
+Style/InverseMethods:
336
337
338
+Style/KeywordParametersOrder:
339
340
341
+Style/Lambda:
342
343
344
+Style/LambdaCall:
345
346
347
+Style/LineEndConcatenation:
348
349
350
+Style/MapCompactWithConditionalBlock:
351
0 commit comments