diff --git a/Library/.rubocop_rspec.yml b/Library/.rubocop_rspec.yml index 6b72706d06..5a47d33451 100644 --- a/Library/.rubocop_rspec.yml +++ b/Library/.rubocop_rspec.yml @@ -35,3 +35,7 @@ RSpec/NestedGroups: Max: 5 RSpec/MultipleMemoizedHelpers: Max: 12 + +# Annoying to have these autoremoved. +RSpec/Focus: + AutoCorrect: false