Enable Rubocop RSpec/HooksBeforeExamples (#23668)

This commit is contained in:
Nick Schonning
2023-02-17 21:59:57 -05:00
committed by GitHub
parent efd424506a
commit e5cf23cf3a
2 changed files with 1 additions and 11 deletions

View File

@ -1028,12 +1028,6 @@ RSpec/HookArgument:
- 'spec/services/import_service_spec.rb'
- 'spec/spec_helper.rb'
# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
RSpec/HooksBeforeExamples:
Exclude:
- 'spec/services/fetch_resource_service_spec.rb'
# Offense count: 159
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.