diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-05 03:08:49 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-05 03:08:49 +0000 |
commit | 79cbe31b18159ea394c6f6e3027c1dc69bdabb75 (patch) | |
tree | 2f7290dd776762b18d0b4b95b81d380499f021ed /.rubocop.yml | |
parent | e40710ab8a30f36d7c82d7d6497033291840eec9 (diff) | |
download | gitlab-ce-79cbe31b18159ea394c6f6e3027c1dc69bdabb75.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
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' |