aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Reiter2016-09-20 20:55:00 +0200
committerMarkus Reiter2016-09-23 15:30:06 +0200
commit77bd30574b309d0cba46ceb5fef0b37c7db5d704 (patch)
tree7e9ff00b02622f5d2fea66894f3efdcc468fb264
parent0581dda187934933128a578400205557d9b27adc (diff)
downloadbrew-77bd30574b309d0cba46ceb5fef0b37c7db5d704.tar.bz2
Disable Style/GuardClause only in Taps.
-rw-r--r--Library/.rubocop_rules.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/.rubocop_rules.yml b/Library/.rubocop_rules.yml
index 88e0e25e6..d4dd15334 100644
--- a/Library/.rubocop_rules.yml
+++ b/Library/.rubocop_rules.yml
@@ -93,7 +93,8 @@ Style/AlignParameters:
# counterproductive in formulas, notably within the install method
Style/GuardClause:
- Enabled: false
+ Exclude:
+ - 'Taps/**/*'
Style/IfUnlessModifier:
Enabled: false