Skip to content

Disable all checks in .rubocop_todo.yml.

paz requested to merge rubocop-disable-all-todo-checks into release-4.0

Before this, new files would be checked against all checks, not just the ones we configured .rubocop.yml This is not an elegant solution, but apparently still the most simple one.

Merge request reports