rubocop: reinstate hash_rockets
Temporarily.
This commit is contained in:
parent
8b04d43291
commit
db2e9b8375
@ -3,6 +3,12 @@ AllCops:
|
|||||||
- 'Homebrew/vendor/**/*'
|
- 'Homebrew/vendor/**/*'
|
||||||
- 'Homebrew/test/vendor/**/*'
|
- 'Homebrew/test/vendor/**/*'
|
||||||
|
|
||||||
|
# Whilst we now can handle the newer hash syntax of 1.9+ the
|
||||||
|
# hash rockets are everywhere & it'd be good to change this more
|
||||||
|
# consistently than piecemeal.
|
||||||
|
Style/HashSyntax:
|
||||||
|
EnforcedStyle: hash_rockets
|
||||||
|
|
||||||
# ruby style guide favorite
|
# ruby style guide favorite
|
||||||
Style/StringLiterals:
|
Style/StringLiterals:
|
||||||
EnforcedStyle: double_quotes
|
EnforcedStyle: double_quotes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user