Skip to content

Remove unused TODOs from .rubocop_todo.yml

Peter Leitzen requested to merge pl-rubocop-unused-todo into master

What does this MR do and why?

Those TODOs are superfluous and can be safely removed.

This came up while compiling the list for #354328 (closed).

How to set up and validate locally

bundle exec rubocop --parallel --only Graphql/IDType,Lint/DuplicateRequire,Lint/IdentityComparison,Lint/UnreachableLoop,Naming/MethodParameterName,RSpec/ScatteredSetup,Rails/BulkChangeTable,Style/ConditionalAssignment
...

25289 files inspected, no offenses detected

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 David Dieulivol

Merge request reports