config/rubocop.yml in meowcop-1.15.0 vs config/rubocop.yml in meowcop-1.15.1

- old
+ new

@@ -460,10 +460,12 @@ Enabled: false Style/TernaryParentheses: Enabled: false Style/TrailingCommaInArguments: Enabled: false -Style/TrailingCommaInLiteral: +Style/TrailingCommaInArrayLiteral: + Enabled: false +Style/TrailingCommaInHashLiteral: Enabled: false Style/TrailingUnderscoreVariable: Enabled: false Style/TrivialAccessors: Enabled: false