Add RSpec/ExcessiveDocstringSpacing rubocop rule

This rule was added in rubocop-rspec 2.5.0.
This commit is contained in:
Javi Martín
2023-08-29 18:53:40 +02:00
parent a12cf85423
commit 4fc4afa3a7
7 changed files with 13 additions and 10 deletions

View File

@@ -505,6 +505,9 @@ RSpec/EmptyLineAfterExampleGroup:
RSpec/ExampleWording: RSpec/ExampleWording:
Enabled: true Enabled: true
RSpec/ExcessiveDocstringSpacing:
Enabled: true
RSpec/FactoryBot/FactoryClassName: RSpec/FactoryBot/FactoryClassName:
Enabled: true Enabled: true