Autofix Rubocop RSpec/EmptyLineAfterExample (#23661)

This commit is contained in:
Nick Schonning
2023-02-17 07:46:00 -05:00
committed by GitHub
parent 68b1071f86
commit 6ed6c41724
2 changed files with 2 additions and 7 deletions

View File

@ -1164,13 +1164,6 @@ RSpec/EmptyExampleGroup:
- 'spec/models/web/setting_spec.rb'
- 'spec/services/unmute_service_spec.rb'
# Offense count: 2
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowConsecutiveOneLiners.
RSpec/EmptyLineAfterExample:
Exclude:
- 'spec/services/search_service_spec.rb'
# Offense count: 25
# This cop supports safe autocorrection (--autocorrect).
RSpec/EmptyLineAfterFinalLet: