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-24 21:10:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-24 21:10:18 +0300
commit84cacdae74db0de90cf88ceef2191f399e9659b2 (patch)
tree679f359bde918dd341b70937a9cf5e115851ff89 /.rubocop.yml
parentcb9b55e662d4164d913ef7031adc135d3ea4d9f0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index f9d8ed35ee2..66f3cd2993b 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -390,7 +390,7 @@ Gitlab/RSpec/AvoidSetup:
Include:
- 'ee/spec/features/registrations/saas/**/*'
-Gitlab/DuplicateSpecLocation:
+RSpec/DuplicateSpecLocation:
Enabled: true
Gitlab/PolicyRuleBoolean: