diff options
| author | Markus Reiter | 2016-09-20 20:55:39 +0200 |
|---|---|---|
| committer | Markus Reiter | 2016-09-23 15:30:06 +0200 |
| commit | eec68a1e05f94970091feb19814a02b0b8471d4d (patch) | |
| tree | 0358a197bad0b3f9714324ab9c46b9c2b4f4806c /Library | |
| parent | 77bd30574b309d0cba46ceb5fef0b37c7db5d704 (diff) | |
| download | brew-eec68a1e05f94970091feb19814a02b0b8471d4d.tar.bz2 | |
Disable Style/IfUnlessModifier only in Taps.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/.rubocop_rules.yml | 3 |
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: |
