.rubocop.yml in mtree-1.0.0 vs .rubocop.yml in mtree-1.0.1

- old
+ new

@@ -1,16 +1,20 @@ AllCops: Exclude: - 'lib/mtree/parser.tab.rb' + - 'vendor/bundle/**/*' Metrics/LineLength: Enabled: false Metrics/BlockLength: - Exclude: - - 'spec/**/*.rb' + Enabled: false Style/Documentation: Enabled: false +Style/TrailingCommaInArguments: + EnforcedStyleForMultiline: consistent_comma +Style/TrailingCommaInArrayLiteral: + EnforcedStyleForMultiline: consistent_comma Style/TrailingCommaInHashLiteral: - Enabled: false + EnforcedStyleForMultiline: consistent_comma