.rubocop.yml in json_matchers-0.7.3 vs .rubocop.yml in json_matchers-0.8.0

- old
+ new

@@ -2,16 +2,27 @@ - '.thoughtbot.rubocop.yml' Style/BlockDelimiters: Enabled: true Exclude: + - 'test/**/*_test.rb' - 'spec/**/*_spec.rb' Style/BracesAroundHashParameters: Enabled: true Exclude: + - 'test/**/*_test.rb' - 'spec/**/*_spec.rb' + - 'spec/factories.rb' +Style/SymbolArray: + Enabled: false + +Layout/IndentHeredoc: + Enabled: false + Layout/IndentHash: Enabled: true Exclude: + - 'test/**/*_test.rb' - 'spec/**/*_spec.rb' + - 'spec/factories.rb'