Merge pull request #1427 from MikeMcQuaid/rubocop-exclude-more-taps

rubocop: exclude more tap dirs from hash rockets.
This commit is contained in:
Mike McQuaid 2016-11-03 08:55:45 -04:00 committed by GitHub
commit 018669084e

View File

@ -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: