rubocop_rspec: don't autocorrect focus.

It's annoying to have these autoremoved.
This commit is contained in:
Mike McQuaid 2021-01-27 15:04:35 +00:00
parent da94957b01
commit 3ebc64a71d
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -35,3 +35,7 @@ RSpec/NestedGroups:
Max: 5 Max: 5
RSpec/MultipleMemoizedHelpers: RSpec/MultipleMemoizedHelpers:
Max: 12 Max: 12
# Annoying to have these autoremoved.
RSpec/Focus:
AutoCorrect: false