Skip to content

Commit

Permalink
Fix renamed cops
Browse files Browse the repository at this point in the history
Layout/AlignHash, and other cops were renamed in Rubocop 0.77
(see #7). Change the config accordingly.
  • Loading branch information
dylnclrk committed Dec 2, 2019
1 parent 2ecae4a commit 7a07abc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rubocop/rubocop.yml
Expand Up @@ -25,15 +25,15 @@ AllCops:
# Ruby Cops
#

Layout/AlignHash:
Enabled: false

Layout/CaseIndentation:
Enabled: false

Layout/IndentFirstArrayElement:
Layout/FirstArrayElementIndentation:
EnforcedStyle: consistent

Layout/HashAlignment:
Enabled: false

Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented

Expand Down

0 comments on commit 7a07abc

Please sign in to comment.