Skip to content

Commit

Permalink
Rectify rubocop errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kwizl committed May 28, 2020
1 parent b76759b commit 965f5f1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,21 @@ Style/DefWithParentheses:
Enabled: false
Style/FrozenStringLiteralComment:
EnforcedStyle: never
Style/HashEachMethods:
Enabled: true
Style/HashTransformKeys:
Enabled: true
Style/HashTransformValues:
Enabled: true

Layout/HashAlignment:
EnforcedColonStyle: key
Layout/ExtraSpacing:
AllowForAlignment: false
Layout/MultilineMethodCallIndentation:
Enabled: true
EnforcedStyle: indented
EnforcedStyle: indented
Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: true

0 comments on commit 965f5f1

Please sign in to comment.