Skip to content

Commit

Permalink
Fix rubocop 0.80 warnings (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored Mar 21, 2020
1 parent cff4f0e commit 2c25fe7
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 @@ -19,6 +19,15 @@ Naming/FileName:
Style/FormatStringToken:
EnforcedStyle: unannotated

Style/HashEachMethods:
Enabled: true

Style/HashTransformKeys:
Enabled: true

Style/HashTransformValues:
Enabled: true

Style/ModuleFunction:
Enabled: false

Expand Down

0 comments on commit 2c25fe7

Please sign in to comment.