Style/AlignHash fix
This commit is contained in:
parent
518e1cc62b
commit
cb810e58ce
3 changed files with 14 additions and 10 deletions
|
|
@ -80,6 +80,10 @@ Lint/UselessAssignment:
|
|||
Lint/Void:
|
||||
Enabled: true
|
||||
|
||||
# Align the elements of a hash literal if they span more than one line
|
||||
Style/AlignHash:
|
||||
Enabled: true
|
||||
|
||||
AllCops:
|
||||
Include:
|
||||
- '**/Rakefile'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue