Skip to content

Remove grace-period from AvoidSilentRescueExceptions

What does this MR do and why?

Removes the "grace period" from AvoidSilentRescueExceptions cop.

It's being more than two weeks since we released this cop and so far, we found no offenses on #f_rubocop slack channel.

How to set up and validate locally

Setup locally

Run bundle exec rubocop --parallel lib/gitlab/background_migration/.

You should find no offenses related to BackgroundMigration/AvoidSilentRescueExceptions.

Through CI

Check CI job for Rubocop, it should go all

MR acceptance checklist

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

Related to #415947 (closed)

Related to !123085 (merged)

Edited by Leonardo da Rosa

Merge request reports