Skip to content

Commit

Permalink
Enforce consistent array indenting in Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Feb 15, 2018
1 parent fe9e4ad commit ff2ae95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Style/HashSyntax:
Style/IndentHash:
EnforcedStyle: consistent

Style/IndentArray:
EnforcedStyle: consistent

# New lambda syntax is as ugly to me as new syntax of Hash.
Style/Lambda:
Enabled: false
Expand Down

0 comments on commit ff2ae95

Please sign in to comment.