Skip to content

Commit

Permalink
Merge pull request #1 from hooktstudios/chore/add-new-cops
Browse files Browse the repository at this point in the history
Enable new Rubocop 80 cops
  • Loading branch information
louim committed Feb 24, 2020
2 parents d312633 + b1e2e1b commit 8ac7276
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ Style/Documentation:
Enabled: false
Style/GuardClause:
Enabled: false
Style/HashEachMethods:
Enabled: true
Style/HashTransformKeys:
Enabled: true
Style/HashTransformValues:
Enabled: true
Style/Lambda:
EnforcedStyle: literal
Style/StringLiterals:
Expand Down

0 comments on commit 8ac7276

Please sign in to comment.