From 1ea1db491c8bc90789acda45c9002aaa5c4dc498 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 27 Jan 2020 15:08:51 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .rubocop.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 860d57d89a0..2e8a7d57bca 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -347,6 +347,8 @@ RSpec/HaveGitlabHttpStatus: - 'ee/spec/features/**/*' - 'spec/controllers/*.rb' - 'ee/spec/controllers/*.rb' + - 'spec/requests/*.rb' + - 'ee/spec/requests/*.rb' Style/MultilineWhenThen: Enabled: false -- cgit v1.2.3