Skip to content

Commit adf130d

Browse files
committed
Fix .rubocop.yml
1 parent ccd4744 commit adf130d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.rubocop.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,8 @@ Metrics/BlockLength:
3030
- "*.gemspec"
3131
- "**/*_spec.rb"
3232

33-
Metrics/CyclomaticComplexity:
34-
Max: 13
35-
3633
Metrics/MethodLength:
37-
Max: 28
38-
39-
Metrics/PerceivedComplexity:
40-
Max: 11
41-
42-
Style/FetchEnvVar:
43-
Enabled: false
34+
Max: 21
4435

4536
Style/NumericPredicate:
4637
EnforcedStyle: comparison

0 commit comments

Comments
 (0)