Skip to content

RuboCop: Increase amount of files in cache

Peter Leitzen requested to merge pl-rubocop-max-files-in-cache into master

What does this MR do and why?

Currently, we need to inspect more files that fit into RuboCop's cache:

$ bundle exec rubocop --list-target-files | wc -l
25188

Let's adjust RuboCop's configuration accordingly.

Refs gitlab-com/www-gitlab-com!90278 (comment 678551515)

Screenshots or screen recordings

n/a

How to set up and validate locally

n/a

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Peter Leitzen

Merge request reports