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-08-01 06:08:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-01 06:08:46 +0300
commit0548fa357572b5c834613fe57b417777a3fda92f (patch)
treed3854ff39ff5c4695f34b186c9867abfee89e800 /.rubocop.yml
parent83e25d14371953c18ac41b3a0cc27aadefd9bc69 (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 a1d83ff4bd4..c3bba48bceb 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -580,6 +580,7 @@ RSpec/BeforeAll:
- 'spec/lib/gitlab/background_migration/**/*.rb'
- 'ee/spec/lib/gitlab/background_migration/**/*.rb'
- 'ee/spec/lib/ee/gitlab/background_migration/**/*.rb'
+ - 'spec/lib/gitlab/database/**/*.rb'
RSpec/FactoryBot/StrategyInCallback:
Enabled: true