Skip to content

RuboCop: Skip "Offense count" when generating `.rubocop_todo.yml`

Peter Leitzen requested to merge pl-rubocop-no-offense-count into master

What does this MR do and why?

The list of excluded files is a good indicator about the amount of todos and we are not using this count anyway. Let's avoid some churn then.

Note the re-generation of .rubocop_todo.yml is tracked via #340518 (closed).

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