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-04-19 00:08:27 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-19 00:08:27 +0300
commit3b67d92c35cfe77b66668c303907c8b465d479b7 (patch)
tree192cd378ac69dbc4530b838394a06b2476fccc32 /.rubocop.yml
parent6c0a6dd200eb62a82e2af9fb92f466a77b2b39f2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index db37a1247e7..50729efd1ce 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -738,10 +738,6 @@ 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'