Style/BracesAroundHashParameters enabled
This commit is contained in:
parent
99f773a040
commit
6e7e0c2cd3
3 changed files with 8 additions and 4 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue