Commit 72a1d2c7 authored by Vitali Tatarintev's avatar Vitali Tatarintev

Merge branch 'pl-doc-rubocop-raise-exclude-limit' into 'master'

Docs: Raise exclude limit when generating .rubocop_todo.yml

See merge request gitlab-org/gitlab!54355
parents c3cfc584 f33fbf32
......@@ -146,7 +146,7 @@ One way to generate the initial list is to run the `todo` auto generation,
with `exclude limit` set to a high number.
```shell
bundle exec rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit=10000
bundle exec rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit=100000
```
You can then move the list from the freshly generated `.rubocop_todo.yml` for the Cop being actively
......
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