Add RSpec/ExpectInLet rubocop rule

This rule was added in rubocop-rspec 2.30.0. We were already following
it. It might be useful to detect typos during development.
This commit is contained in:
Javi Martín
2024-07-02 22:59:45 +02:00
parent d90b799342
commit 04eaa802cc

View File

@@ -574,6 +574,9 @@ RSpec/ExampleWording:
RSpec/ExcessiveDocstringSpacing: RSpec/ExcessiveDocstringSpacing:
Enabled: true Enabled: true
RSpec/ExpectInLet:
Enabled: true
RSpec/Focus: RSpec/Focus:
Enabled: true Enabled: true