Closed yasaichi closed 6 years ago
The cop doesn't work in RuboCop v0.53.0 because https://github.com/bbatsov/rubocop/pull/5307 split Style/TrailingCommaInLiteral into Style/TrailingCommaInArrayLiteral and Style/TrailingCommaInHashLiteral. This PR copes with this change.
Style/TrailingCommaInLiteral
Style/TrailingCommaInArrayLiteral
Style/TrailingCommaInHashLiteral
The cop doesn't work in RuboCop v0.53.0 because https://github.com/bbatsov/rubocop/pull/5307 split
Style/TrailingCommaInLiteral
intoStyle/TrailingCommaInArrayLiteral
andStyle/TrailingCommaInHashLiteral
. This PR copes with this change.