From ba20ac5c6dac7eb4671a1f8f375143c025c901ec Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 5 Aug 2019 13:56:51 +0100 Subject: [PATCH] rubocop_rspec: disable new rule. --- Library/.rubocop_rspec.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/.rubocop_rspec.yml b/Library/.rubocop_rspec.yml index 7c8107785d..dba8c8d4f7 100644 --- a/Library/.rubocop_rspec.yml +++ b/Library/.rubocop_rspec.yml @@ -12,6 +12,8 @@ NewFormulaAudit: # Intentionally disabled as it doesn't fit with our code style. RSpec/AnyInstance: Enabled: false +RSpec/ImplicitBlockExpectation: + Enabled: false # TODO: try to enable these (also requires fixing Homebrew/bundle) RSpec/ContextWording: