Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-04 18:09:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-04 18:09:19 +0300
commitf7bd454bd5bfd5494e8a89fe1594f0612024bd6a (patch)
tree8dbcfb698959cae87e86bf5e92ecc3fa86126a2a /.rubocop.yml
parentcef4494e260d221524fc4e7e1d06d7554fdc7daa (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 2a2f6102dfe..8219ce78f03 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -935,6 +935,10 @@ Migration/BackgroundMigrationBaseClass:
BackgroundMigration/AvoidSilentRescueExceptions:
Enabled: false
+Migration/AvoidFinalizeBackgroundMigration:
+ Include:
+ - 'db/post_migrate/*.rb'
+
Style/ClassAndModuleChildren:
Enabled: true