rubocop: disable Style/ConditionalAssignment

Closes Homebrew/homebrew#48708.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Dominyk Tiller 2016-02-01 15:33:59 +00:00
parent a173196e32
commit a584711115

View File

@ -23,6 +23,11 @@ Style/CommandLiteral:
Style/RegexpLiteral:
EnforcedStyle: slashes
# our current conditional style is established, clear and
# requiring users to change that now would be confusing.
Style/ConditionalAssignment:
Enabled: false
# no metrics for formulas
Metrics/AbcSize:
Enabled: false