Skip to content

RuboCop: Enable previously disabled cop RSpec/ReturnFromStub

Peter Leitzen requested to merge pl-rubocop-enable-rspec-return-from-stub into master

What does this MR do and why?

This MR enables the following 👮 rule which was disabled only due to too many offenses:

Contributes to #369268 (closed).

All pending TODOs have been regenerated via

bundle exec rake rubocop:todo:generate[RSpec/ReturnFromStub]

How to set up and validate locally

bundle exec rake rubocop:todo:generate[RSpec/ReturnFromStub]

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Peter Leitzen

Merge request reports