Merge pull request #1427 from MikeMcQuaid/rubocop-exclude-more-taps
rubocop: exclude more tap dirs from hash rockets.
This commit is contained in:
commit
018669084e
@ -88,7 +88,10 @@ Style/GuardClause:
|
|||||||
Style/HashSyntax:
|
Style/HashSyntax:
|
||||||
EnforcedStyle: hash_rockets
|
EnforcedStyle: hash_rockets
|
||||||
Exclude:
|
Exclude:
|
||||||
|
- '**/bin/**/*'
|
||||||
- '**/cmd/**/*'
|
- '**/cmd/**/*'
|
||||||
|
- '**/lib/**/*'
|
||||||
|
- '**/spec/**/*'
|
||||||
|
|
||||||
# disabled until it respects line length
|
# disabled until it respects line length
|
||||||
Style/IfUnlessModifier:
|
Style/IfUnlessModifier:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user