From 2e4e6e9bb63212c628e67c6865fa39f62217a83d Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 2 Jun 2021 12:10:05 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .rubocop.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index d086bdf7361..e2b85ae8fc9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -36,8 +36,9 @@ AllCops: - 'plugins/**/*' - 'file_hooks/**/*' - 'workhorse/**/*' + - 'spec/support/*.git/**/*' # e.g. spec/support/gitlab-git-test.git CacheRootDirectory: tmp - MaxFilesInCache: 18000 + MaxFilesInCache: 25000 Cop/AvoidKeywordArgumentsInSidekiqWorkers: Enabled: true -- cgit v1.2.3