Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Layout/IndentFirstArrayElement and Layout/IndentFirstHashElement are …
Browse files Browse the repository at this point in the history
…renamed since rubocop 0.77.0

c.f. rubocop/rubocop#7468
  • Loading branch information
sue445 committed Nov 27, 2019
1 parent ef2af58 commit 5c85776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Expand Up @@ -13,8 +13,8 @@ AllCops:
# uncomment if use rails cops
# TargetRailsVersion: 5.1

Layout/IndentFirstArrayElement:
Layout/FirstArrayElementIndentation:
EnforcedStyle: consistent

Layout/IndentFirstHashElement:
Layout/FirstHashElementIndentation:
EnforcedStyle: consistent

0 comments on commit 5c85776

Please sign in to comment.