.rubocop.yml in browse-everything-0.12.0 vs .rubocop.yml in browse-everything-0.13.0

- old
+ new

@@ -9,10 +9,13 @@ - 'vendor/**/*' Rails: Enabled: true +Metrics/ClassLength: + Max: 130 + # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 400 RSpec/NestedGroups: @@ -24,5 +27,8 @@ RSpec/LeadingSubject: Enabled: false Style/NumericLiterals: MinDigits: 7 + +Style/IndentationConsistency: + EnforcedStyle: rails