We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccd4744 + adf130d commit 225161fCopy full SHA for 225161f
1 file changed
.rubocop.yml
@@ -30,17 +30,8 @@ Metrics/BlockLength:
30
- "*.gemspec"
31
- "**/*_spec.rb"
32
33
-Metrics/CyclomaticComplexity:
34
- Max: 13
35
-
36
Metrics/MethodLength:
37
- Max: 28
38
39
-Metrics/PerceivedComplexity:
40
- Max: 11
41
42
-Style/FetchEnvVar:
43
- Enabled: false
+ Max: 21
44
45
Style/NumericPredicate:
46
EnforcedStyle: comparison
0 commit comments