.rubocop.yml in acb-0.1.1 vs .rubocop.yml in acb-0.1.2

- old
+ new

@@ -17,9 +17,16 @@ Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: single_quotes +Style/WordArray: + Enabled: false + Layout/LineLength: Max: 120 Exclude: - 'spec/support/seed.rb' + +Metrics/BlockLength: + Exclude: + - 'spec/**/*'