pixta-dev / pixta-rubocop

1 stars 1 forks source link

Use Style/TrailingCommaIn(Array|Hash)Literal #14

Closed yasaichi closed 6 years ago

yasaichi commented 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.