From eec68a1e05f94970091feb19814a02b0b8471d4d Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 20 Sep 2016 20:55:39 +0200 Subject: [PATCH] Disable Style/IfUnlessModifier only in Taps. --- Library/.rubocop_rules.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/.rubocop_rules.yml b/Library/.rubocop_rules.yml index d4dd15334f..16ffe6c751 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: