rubocop: disable Style/ConditionalAssignment
Closes Homebrew/homebrew#48708. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
a173196e32
commit
a584711115
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user