Style/BracesAroundHashParameters enabled

This commit is contained in:
Artem Chernikov 2014-07-30 23:37:50 +02:00
parent 99f773a040
commit 6e7e0c2cd3
3 changed files with 8 additions and 4 deletions

View file

@ -100,6 +100,10 @@ Style/BlockNesting:
Style/Blocks:
Enabled: true
# avoid redundunt curly braces when it is obvious that hash is used
Style/BracesAroundHashParameters:
Enabled: true
AllCops:
Include:
- '**/Rakefile'