rubocop: remove SpecFilePathSuffix

Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
Patrick Linnane 2024-06-11 09:21:15 -07:00
parent 30d48a8029
commit e151f78add
No known key found for this signature in database

View File

@ -244,8 +244,6 @@ RSpec/MultipleMemoizedHelpers:
RSpec/DescribedClassModuleWrapping: RSpec/DescribedClassModuleWrapping:
Enabled: true Enabled: true
RSpec/SpecFilePathSuffix:
Enabled: true
# Annoying to have these autoremoved. # Annoying to have these autoremoved.
RSpec/Focus: RSpec/Focus:
AutoCorrect: false AutoCorrect: false