From 4c16d4ff4f92987f609e9853da5900a51f0ad1be Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 16 Sep 2021 12:09:35 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index cc1b9258e1b..141ba874b21 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -40,7 +40,7 @@ AllCops: - 'db/ci_migrate/*.rb' # since the `db/ci_migrate` is a symlinked to `db/migrate` # Use absolute path to avoid orphan directories with changed workspace root. CacheRootDirectory: <%= Dir.getwd %>/tmp - MaxFilesInCache: 25000 + MaxFilesInCache: 30000 Cop/AvoidKeywordArgumentsInSidekiqWorkers: Enabled: true -- cgit v1.2.3