Disable Style/GuardClause only in Taps.

This commit is contained in:
Markus Reiter 2016-09-20 20:55:00 +02:00
parent 0581dda187
commit 77bd30574b

View File

@ -93,7 +93,8 @@ Style/AlignParameters:
# counterproductive in formulas, notably within the install method
Style/GuardClause:
Enabled: false
Exclude:
- 'Taps/**/*'
Style/IfUnlessModifier:
Enabled: false