.rubocop.yml in appydave-tools-0.7.0 vs .rubocop.yml in appydave-tools-0.8.0
- old
+ new
@@ -43,10 +43,13 @@
RSpec/ExampleLength:
Max: 25
Metrics/MethodLength:
Max: 25
+ Exclude:
+ - "**/spec/**/*"
+ - "bin/*.rb"
Layout/LineLength:
Max: 200
# Ignores annotate output
# AllowedPatterns: ['\A# \*\*'] # this is renamed to AllowedPatterns and I need to come up with a template for this
@@ -119,14 +122,17 @@
Metrics/AbcSize:
Max: 25
Exclude:
- "bin/*"
+ - "lib/appydave/tools/subtitle_master/clean.rb"
Metrics/CyclomaticComplexity:
Exclude:
- "**/models/**/*"
- "lib/appydave/tools/bank_reconciliation/clean/mapper.rb"
+ - "lib/appydave/tools/subtitle_master/clean.rb"
Metrics/PerceivedComplexity:
Exclude:
- "**/models/**/*"
+ - "lib/appydave/tools/subtitle_master/clean.rb"
RSpec/MultipleMemoizedHelpers:
Enabled: false