summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-05 03:08:49 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-05 03:08:49 +0000
commit79cbe31b18159ea394c6f6e3027c1dc69bdabb75 (patch)
tree2f7290dd776762b18d0b4b95b81d380499f021ed /.rubocop.yml
parente40710ab8a30f36d7c82d7d6497033291840eec9 (diff)
downloadgitlab-ce-79cbe31b18159ea394c6f6e3027c1dc69bdabb75.tar.gz
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'