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-05 06:09:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-05 06:09:46 +0300
commit6cb2a797bf152af1f6627cde7876871831b9c639 (patch)
treeb34ff67013f7fc1bfab478b548b7c1a664eb7725 /.rubocop.yml
parent86af4d6a04a1c30ebfe2377cdc3270ade911b2fe (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 80628bb5523..311e0b7e11e 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -409,6 +409,7 @@ Database/MultipleDatabases:
- 'ee/lib/ee/gitlab/background_migration/**/*.rb'
- 'spec/lib/gitlab/background_migration/**/*.rb'
- 'spec/lib/gitlab/database/**/*.rb'
+ - 'spec/tasks/gitlab/db_rake_spec.rb'
Migration/BatchMigrationsPostOnly:
Enabled: true