aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-11-03 08:55:45 -0400
committerGitHub2016-11-03 08:55:45 -0400
commit018669084eb7c6f9e3a8554aa83bfbeb40861080 (patch)
tree66942f6b3fb99850ee1e903ec2230d5faab2c8c6 /Library
parent2a865f085e7b900e3b09cc6df17ac1636fd55448 (diff)
parentf796fe794d2827d61feb4eb7509697f2312ed7d9 (diff)
downloadbrew-018669084eb7c6f9e3a8554aa83bfbeb40861080.tar.bz2
Merge pull request #1427 from MikeMcQuaid/rubocop-exclude-more-taps
rubocop: exclude more tap dirs from hash rockets.
Diffstat (limited to 'Library')
-rw-r--r--Library/.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml
index 289f53c59..c77d55f67 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -88,7 +88,10 @@ Style/GuardClause:
Style/HashSyntax:
EnforcedStyle: hash_rockets
Exclude:
+ - '**/bin/**/*'
- '**/cmd/**/*'
+ - '**/lib/**/*'
+ - '**/spec/**/*'
# disabled until it respects line length
Style/IfUnlessModifier: