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:
|
||||
Enabled: true
|
||||
|
||||
RSpec/ExpectInLet:
|
||||
Enabled: true
|
||||
|
||||
RSpec/Focus:
|
||||
Enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user