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 3f5101b commit fbf9731Copy full SHA for fbf9731
.rubocop.yml
@@ -19,7 +19,7 @@ MethodLength:
19
NumericLiterals:
20
MinDigits: 10
21
Metrics/BlockLength:
22
- Max: 35
+ Max: 45 # needed for 6.1.1
23
Metrics/CyclomaticComplexity:
24
Max: 10
25
Metrics/PerceivedComplexity:
@@ -30,3 +30,7 @@ Metrics/AbcSize:
30
# https://github.com/rubocop-hq/rubocop/issues/4222
31
Lint/AmbiguousBlockAssociation:
32
Enabled: false
33
+Lint/AmbiguousRegexpLiteral:
34
+ Enabled: false
35
+Style/NumericPredicate:
36
0 commit comments