Disable Migration/UpdateColumnInBatches cop for migration
What does this MR do and why?
The Migration/UpdateColumnInBatches
cop is failing this file because it uses #update_column_in_batches
but has no corresponding spec.
The migration file had a spec that was pruned in !121213 (merged).
This MR disables the cop for the migration.
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.