Commit 069f6b0e authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'pl-rubocop-max-files-in-cache' into 'master'

RuboCop: Increase amount of files in cache

See merge request gitlab-org/gitlab!70487
parents 5127af3d 4f236165
...@@ -40,7 +40,7 @@ AllCops: ...@@ -40,7 +40,7 @@ AllCops:
- 'db/ci_migrate/*.rb' # since the `db/ci_migrate` is a symlinked to `db/migrate` - '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. # Use absolute path to avoid orphan directories with changed workspace root.
CacheRootDirectory: <%= Dir.getwd %>/tmp CacheRootDirectory: <%= Dir.getwd %>/tmp
MaxFilesInCache: 25000 MaxFilesInCache: 30000
Cop/AvoidKeywordArgumentsInSidekiqWorkers: Cop/AvoidKeywordArgumentsInSidekiqWorkers:
Enabled: true Enabled: true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment