Skip to content

RuboCop: Enable rules and regenerate TODOs

Peter Leitzen requested to merge pl-rubocop-todos into master

What does this MR do and why?

Instead of disabling newly enabled rules in .rubocop.yml, enable them and regenerate TODOs.

This way it's clear which rules are enabled and which need to be fixed.

It also helps to prevent new offenses form sneaking into the codebase.

Author Check-list

  • [-] Has documentation been updated?
Edited by Peter Leitzen

Merge request reports