.rubocop.yml in advanced-sneakers-activejob-0.3.4 vs .rubocop.yml in advanced-sneakers-activejob-0.3.5
- old
+ new
@@ -1,18 +1,29 @@
+AllCops:
+ NewCops: enable
+
Layout/LineLength:
Max: 140
Exclude:
- spec/**/*
+Lint/SuppressedException:
+ Exclude:
+ - spec/**/*
+
Metrics/ClassLength:
Enabled: false
Metrics/BlockLength:
Exclude:
- advanced-sneakers-activejob.gemspec
- spec/**/*
+Metrics/CyclomaticComplexity:
+ Exclude:
+ - spec/support/log_helpers.rb
+
Metrics/MethodLength:
Exclude:
- spec/**/*
Security/MarshalLoad:
@@ -22,13 +33,9 @@
Security/Eval:
Exclude:
- spec/apps/**/*
Metrics/AbcSize:
- Exclude:
- - spec/**/*
-
-Lint/SuppressedException:
Exclude:
- spec/**/*
Style/Documentation:
Enabled: false