Skip to content

Commit

Permalink
Fix Rubocop unconfigured warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Sep 14, 2020
1 parent ff05855 commit 6bff926
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,19 @@ Style/FrozenStringLiteralComment:
Style/GuardClause:
Enabled: false

Style/HashEachMethods:
Enabled: true

# Support both, Ruby 1.9 hashmap and hash-rocket syntax
Style/HashSyntax:
Enabled: false

Style/HashTransformKeys:
Enabled: true

Style/HashTransformValues:
Enabled: true

Style/IfUnlessModifier:
Enabled: false

Expand Down

0 comments on commit 6bff926

Please sign in to comment.