Autofix Rubocop RSpec/EmptyLineAfterHook (#23718)

This commit is contained in:
Nick Schonning
2023-02-19 00:54:34 -05:00
committed by GitHub
parent 81ad6c2e39
commit e0e63b73ee
2 changed files with 1 additions and 7 deletions

View File

@ -825,13 +825,6 @@ RSpec/EmptyExampleGroup:
- 'spec/models/web/setting_spec.rb'
- 'spec/services/unmute_service_spec.rb'
# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowConsecutiveOneLiners.
RSpec/EmptyLineAfterHook:
Exclude:
- 'spec/helpers/application_helper_spec.rb'
# Offense count: 19
# This cop supports safe autocorrection (--autocorrect).
RSpec/EmptyLineAfterSubject: