Add RSpec/MissingExpectationTargetMethod rule
This rule was introduced in rubocop-rspec 3.0.0. We were already following it. It might be helpful because during development I've made typos prevented by this rule a couple of times.
This commit is contained in:
@@ -598,6 +598,9 @@ RSpec/LetSetup:
|
|||||||
RSpec/MetadataStyle:
|
RSpec/MetadataStyle:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
RSpec/MissingExpectationTargetMethod:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
RSpec/NotToNot:
|
RSpec/NotToNot:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user