.rubocop.yml in json_matchers-0.10.0 vs .rubocop.yml in json_matchers-0.11.0
- old
+ new
@@ -15,9 +15,23 @@
- 'spec/factories.rb'
Style/SymbolArray:
Enabled: false
+Style/TrailingCommaInArrayLiteral:
+ Enabled: true
+ Exclude:
+ - 'test/**/*_test.rb'
+ - 'spec/**/*_spec.rb'
+ - 'spec/factories.rb'
+
+Style/TrailingCommaInHashLiteral:
+ Enabled: true
+ Exclude:
+ - 'test/**/*_test.rb'
+ - 'spec/**/*_spec.rb'
+ - 'spec/factories.rb'
+
Layout/IndentHeredoc:
Enabled: false
Layout/IndentHash:
Enabled: true