From 2a040e2655fe0a99df61ad0a7bd0c27e68af0c38 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 21 Feb 2020 12:09:07 +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 e43ed140d90..91bad953638 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -349,6 +349,8 @@ RSpec/HaveGitlabHttpStatus: - 'ee/spec/requests/{groups,projects,repositories}/**/*' - 'spec/requests/api/*/**/*.rb' - 'ee/spec/requests/api/*/**/*.rb' + - 'spec/requests/api/[a-f]*.rb' + - 'ee/spec/requests/api/[a-f]*.rb' Style/MultilineWhenThen: Enabled: false -- cgit v1.2.3