Skip to content

Commit

Permalink
enable new cops
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelglass committed Feb 22, 2020
1 parent 05ba539 commit e1658ca
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,13 @@ Metrics/BlockLength:
- spec/**/*
- config/**/*
- db/migrate/*
- lib/tasks/**/*
- lib/tasks/**/*

Style/HashEachMethods:
Enabled: True

Style/HashTransformKeys:
Enabled: True

Style/HashTransformValues:
Enabled: True

0 comments on commit e1658ca

Please sign in to comment.