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>2020-06-04 09:08:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-04 09:08:42 +0300
commitc66aadd2eeb98be7cb332cfbf73b31b686692444 (patch)
tree4df4bac5a831849b5e0fae6708e26b916a30954f /.rubocop.yml
parent640e72ca920642c86eeef05e6b4e6ebeb66e6ddf (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 244f8938f50..356d6e5f013 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -250,8 +250,7 @@ GitlabSecurity/PublicSend:
- 'ee/spec/**/*'
Gitlab/DuplicateSpecLocation:
- Exclude:
- - ee/spec/lib/gitlab/gl_repository_spec.rb
+ Enabled: true
Cop/InjectEnterpriseEditionModule:
Enabled: true