Skip to content

Commit

Permalink
Fix renamed cop
Browse files Browse the repository at this point in the history
Layout/Align hash was renamed (#7), change the config file accordingly.
  • Loading branch information
dylnclrk committed Dec 2, 2019
1 parent 2ecae4a commit f246548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop/rubocop.yml
Expand Up @@ -25,7 +25,7 @@ AllCops:
# Ruby Cops
#

Layout/AlignHash:
Layout/HashAlignment:
Enabled: false

Layout/CaseIndentation:
Expand Down

0 comments on commit f246548

Please sign in to comment.