Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Add Layout/IndentFirstXxxxElement cops
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed May 13, 2019
1 parent 2383a0a commit 1907157
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Layout/AlignHash:
EnforcedColonStyle: table
EnforcedHashRocketStyle: table

Layout/IndentFirstArrayElement:
EnforcedStyle: consistent

Layout/IndentFirstHashElement:
EnforcedStyle: consistent

Rails/NotNullColumn:
Enabled: false

Expand Down

0 comments on commit 1907157

Please sign in to comment.