rubocop_rspec: don't autocorrect focus.
It's annoying to have these autoremoved.
This commit is contained in:
parent
da94957b01
commit
3ebc64a71d
@ -35,3 +35,7 @@ RSpec/NestedGroups:
|
||||
Max: 5
|
||||
RSpec/MultipleMemoizedHelpers:
|
||||
Max: 12
|
||||
|
||||
# Annoying to have these autoremoved.
|
||||
RSpec/Focus:
|
||||
AutoCorrect: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user