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: