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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user