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-02-05 06:08:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-05 06:08:49 +0300
commit79cbe31b18159ea394c6f6e3027c1dc69bdabb75 (patch)
tree2f7290dd776762b18d0b4b95b81d380499f021ed /.rubocop.yml
parente40710ab8a30f36d7c82d7d6497033291840eec9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 1e34dc2480b..9ebb8168a4f 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -341,8 +341,8 @@ RSpec/HaveGitlabHttpStatus:
- 'ee/spec/features/**/*'
- 'spec/controllers/*.rb'
- 'ee/spec/controllers/*.rb'
- - 'spec/controllers/projects/*.rb'
- - 'ee/spec/controllers/projects/*.rb'
+ - 'spec/controllers/projects/**/*.rb'
+ - 'ee/spec/controllers/projects/**/*.rb'
- 'spec/requests/*.rb'
- 'ee/spec/requests/*.rb'