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>2022-10-18 21:09:22 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-18 21:09:22 +0300
commite4220eeccaf1d53444fdd9102a4061336f91784e (patch)
tree541d4f0b9fb1273c722973633051795308c46dee /.rubocop.yml
parentb556d0fab74a7ef460d868e508ea5ca72d0e5eed (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index a0f2e762575..b84effd5b16 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -462,6 +462,12 @@ RSpec/FactoriesInMigrationSpecs:
- 'spec/lib/ee/gitlab/background_migration/**/*.rb'
- 'ee/spec/lib/ee/gitlab/background_migration/**/*.rb'
+RSpec/FactoryBot/AvoidCreate:
+ Enabled: true
+ Include:
+ - 'spec/serializers/**/*.rb'
+ - 'ee/spec/serializers/**/*.rb'
+
Cop/IncludeSidekiqWorker:
Enabled: true
Exclude: