diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-06 09:09:06 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-06 09:09:06 +0000 |
commit | d87918510a866a5fcbbc2f899ad65c6938ebf5f5 (patch) | |
tree | 3c864a44f28dc17bcba2bcea30e49e0c08bd0582 /.rubocop.yml | |
parent | fa478f189009649b115136957e2da30d760fe391 (diff) | |
download | gitlab-ce-d87918510a866a5fcbbc2f899ad65c6938ebf5f5.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 9ebb8168a4f..e4d16d53193 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -343,6 +343,8 @@ RSpec/HaveGitlabHttpStatus: - 'ee/spec/controllers/*.rb' - 'spec/controllers/projects/**/*.rb' - 'ee/spec/controllers/projects/**/*.rb' + - 'spec/controllers/groups/**/*.rb' + - 'ee/spec/controllers/groups/**/*.rb' - 'spec/requests/*.rb' - 'ee/spec/requests/*.rb' |