Skip to content

Commit 225161f

Browse files
authored
Merge pull request #5 from sue445/feature/rubocop_yml
Remove needless rules in .rubocop.yml
2 parents ccd4744 + adf130d commit 225161f

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)