From a584711115ef2c7aa4254f6b88975ed6977c9d3a Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Mon, 1 Feb 2016 15:33:59 +0000 Subject: rubocop: disable Style/ConditionalAssignment Closes Homebrew/homebrew#48708. Signed-off-by: Dominyk Tiller --- Library/.rubocop.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library') diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 7306009f3..629192354 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -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 -- cgit v1.2.3