Skip to content

Added Rubocop config for background migrations

Yorick Peterse requested to merge reviewing-db-changes into master

What does this MR do?

This adds a Rubocop config file for background migrations. Reviewing background migrations can be a total pain since they're often quite complex. By adding these rules we can hopefully simplify this process a bit by forcing developers to simplify their code.

Does this MR meet the acceptance criteria?

cc @smcgivern @DouweM

Merge request reports