aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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: