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:
|
||||
EnforcedStyle: hash_rockets
|
||||
Exclude:
|
||||
- '**/bin/**/*'
|
||||
- '**/cmd/**/*'
|
||||
- '**/lib/**/*'
|
||||
- '**/spec/**/*'
|
||||
|
||||
# disabled until it respects line length
|
||||
Style/IfUnlessModifier:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user