Merge pull request #1119 from MikeMcQuaid/rubocop-allow-hash-rockets-in-taps

rubocop: allow hash rockets in taps.
This commit is contained in:
Mike McQuaid 2016-09-24 16:47:14 +01:00 committed by GitHub
commit 6eebea4525

View File

@ -1,4 +1,3 @@
# ruby style guide favorite
Style/StringLiterals:
EnforcedStyle: double_quotes
@ -19,6 +18,12 @@ Style/NumericLiteralPrefix:
Style/CommandLiteral:
EnforcedStyle: mixed
# depends_on foo: :bar looks rubbish
Style/HashSyntax:
EnforcedStyle: ruby19
Exclude:
- 'Taps/**/*'
# paths abound, easy escape
Style/RegexpLiteral:
EnforcedStyle: slashes