Merge pull request #1119 from MikeMcQuaid/rubocop-allow-hash-rockets-in-taps
rubocop: allow hash rockets in taps.
This commit is contained in:
commit
6eebea4525
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# ruby style guide favorite
|
# ruby style guide favorite
|
||||||
Style/StringLiterals:
|
Style/StringLiterals:
|
||||||
EnforcedStyle: double_quotes
|
EnforcedStyle: double_quotes
|
||||||
@ -19,6 +18,12 @@ Style/NumericLiteralPrefix:
|
|||||||
Style/CommandLiteral:
|
Style/CommandLiteral:
|
||||||
EnforcedStyle: mixed
|
EnforcedStyle: mixed
|
||||||
|
|
||||||
|
# depends_on foo: :bar looks rubbish
|
||||||
|
Style/HashSyntax:
|
||||||
|
EnforcedStyle: ruby19
|
||||||
|
Exclude:
|
||||||
|
- 'Taps/**/*'
|
||||||
|
|
||||||
# paths abound, easy escape
|
# paths abound, easy escape
|
||||||
Style/RegexpLiteral:
|
Style/RegexpLiteral:
|
||||||
EnforcedStyle: slashes
|
EnforcedStyle: slashes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user