From 1322d962b89e8b57bc61e04e8465b40c24e84a24 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 11 Feb 2020 12:46:49 +0000 Subject: [PATCH] rubocop_rspec: disable some new rules. --- Library/.rubocop_rspec.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Library/.rubocop_rspec.yml b/Library/.rubocop_rspec.yml index 4ae309f239..dfaccdacf6 100644 --- a/Library/.rubocop_rspec.yml +++ b/Library/.rubocop_rspec.yml @@ -26,6 +26,10 @@ RSpec/LeakyConstantDeclaration: Enabled: false RSpec/MessageSpies: Enabled: false +RSpec/RepeatedDescription: + Enabled: false +RSpec/RepeatedExampleGroupDescription: + Enabled: false # TODO: try to reduce these (also requires fixing Homebrew/bundle) RSpec/ExampleLength: