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-01-04 03:08:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-04 03:08:45 +0300
commit557957d2240e81aee92248018a9056ee7d212cd9 (patch)
tree2eebfaf9b9a39281d2b845d8791bf01e0742b73e /.rubocop.yml
parent25fae44c551c640fa7c406abf3c4dd71e1955e37 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index b2c1d3ac947..80628bb5523 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -416,6 +416,11 @@ Migration/BatchMigrationsPostOnly:
- 'db/migrate/*.rb'
- 'db/post_migrate/*.rb'
+BackgroundMigration/FeatureCategory:
+ Enabled: true
+ Include:
+ - 'lib/gitlab/background_migration/*.rb'
+
# See https://gitlab.com/gitlab-org/gitlab/-/issues/373194
Gitlab/RSpec/AvoidSetup:
Enabled: true