rubocop: exclude more tap dirs from hash rockets.

This is useful for e.g. homebrew/bundle that doesn't live in just
`cmd`.
This commit is contained in:
Mike McQuaid 2016-11-02 21:49:05 -04:00
parent 82d1269c9f
commit f796fe794d

View File

@ -88,7 +88,10 @@ Style/GuardClause:
Style/HashSyntax:
EnforcedStyle: hash_rockets
Exclude:
- '**/bin/**/*'
- '**/cmd/**/*'
- '**/lib/**/*'
- '**/spec/**/*'
# disabled until it respects line length
Style/IfUnlessModifier: