Remove grace-period from AvoidSilentRescueExceptions
requested to merge 415947-remove-grace-period-for-backgroundmigration-avoidsilentrescueexceptions into master
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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #415947 (closed)
Related to !123085 (merged)
Edited by Leonardo da Rosa