.rubocop.yml in jekyll-maps-2.0.0 vs .rubocop.yml in jekyll-maps-2.0.1
- old
+ new
@@ -10,17 +10,24 @@
Severity: error
Lint/UselessAccessModifier:
Enabled: false
Metrics/AbcSize:
Max: 20
+Metrics/BlockLength:
+ Exclude:
+ - spec/**/*.rb
Metrics/ClassLength:
Max: 300
Exclude:
- !ruby/regexp /spec\/.*.rb$/
Metrics/CyclomaticComplexity:
Max: 8
Metrics/LineLength:
+ Exclude:
+ - Rakefile
+ - Gemfile
+ - jekyll-maps.gemspec
Max: 90
Severity: warning
Metrics/MethodLength:
Max: 20
CountComments: false
@@ -111,6 +118,10 @@
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes
Style/UnneededCapitalW:
+ Enabled: false
+Style/IndentHeredoc:
+ Enabled: false
+Style/SymbolArray:
Enabled: false