aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMarkus Reiter2016-09-20 20:55:39 +0200
committerMarkus Reiter2016-09-23 15:30:06 +0200
commiteec68a1e05f94970091feb19814a02b0b8471d4d (patch)
tree0358a197bad0b3f9714324ab9c46b9c2b4f4806c /Library
parent77bd30574b309d0cba46ceb5fef0b37c7db5d704 (diff)
downloadbrew-eec68a1e05f94970091feb19814a02b0b8471d4d.tar.bz2
Disable Style/IfUnlessModifier only in Taps.
Diffstat (limited to 'Library')
-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 d4dd15334..16ffe6c75 100644
--- a/Library/.rubocop_rules.yml
+++ b/Library/.rubocop_rules.yml
@@ -96,7 +96,8 @@ Style/GuardClause:
Exclude:
- 'Taps/**/*'
Style/IfUnlessModifier:
- Enabled: false
+ Exclude:
+ - 'Taps/**/*'
# dashes in filenames are typical
Style/FileName: