Skip to content

Commit

Permalink
Merge pull request #136 from koic/enable_style_map_to_hash_cop
Browse files Browse the repository at this point in the history
Enable `Style/MapToHash` cop
  • Loading branch information
toshimaru authored Feb 28, 2022
2 parents 7900fa2 + 77e2096 commit dd81c93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ Style/FrozenStringLiteralComment:
- 'actionmailbox/db/migrate/**/*.rb'
- 'actiontext/db/migrate/**/*.rb'

Style/MapToHash:
Enabled: true

Style/RedundantFreeze:
Enabled: true

Expand Down

0 comments on commit dd81c93

Please sign in to comment.