Skip to content

Disable Migration/UpdateColumnInBatches cop for migration

Luke Duncalfe requested to merge ld-disable-rubocop-for-migration into master

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.

Merge request reports