Style/AlignHash fix

This commit is contained in:
Artem Chernikov 2014-07-30 23:29:52 +02:00
parent 518e1cc62b
commit cb810e58ce
3 changed files with 14 additions and 10 deletions

View file

@ -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'