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>2021-11-13 12:13:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-13 12:13:02 +0300
commitf8f619856f4437343c81a1fbc1da6c59995fe98d (patch)
treebfcbef1f92b5bb7a34bb097525e0ca2c502072cf /.rubocop.yml
parentb662e7d21db991d6f998ce5268ee843f85d2c631 (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 d6cc0cfe6d4..5b7a58e1f2d 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -734,6 +734,10 @@ QA/SelectorUsage:
Exclude:
- 'spec/rubocop/**/*_spec.rb'
+QA/DuplicateTestcaseLink:
+ # this cop is executed in static-analysis.gitlab-ci.yml since it cannot be run in parallel
+ Enabled: false
+
Performance/ActiveRecordSubtransactions:
Exclude:
- 'spec/**/*.rb'