.rubocop.yml in anyway_config-1.3.1 vs .rubocop.yml in anyway_config-1.4.0
- old
+ new
@@ -17,11 +17,11 @@
Style/Documentation:
Exclude:
- 'spec/**/*.rb'
-Style/StringLiterals:
+Style/StringLiterals:
Enabled: false
Style/BlockDelimiters:
Exclude:
- 'spec/**/*.rb'
@@ -31,9 +31,12 @@
- 'spec/**/*.rb'
Metrics/BlockLength:
Exclude:
- 'spec/**/*.rb'
+
+Metrics/ClassLength:
+ Max: 140
Metrics/LineLength:
Max: 100
Bundler/OrderedGems: