rubocop: reinstate hash_rockets

Temporarily.
This commit is contained in:
Dominyk Tiller 2016-08-17 16:54:07 +01:00
parent 8b04d43291
commit db2e9b8375
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -3,6 +3,12 @@ AllCops:
- 'Homebrew/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
Style/StringLiterals:
EnforcedStyle: double_quotes