Skip to content

Update Rubocop todo list for silenced offenses

Alina Mihaila requested to merge am-regenrate-rubocop-todos-list into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Update Rubocop todo list for silenced offenses

https://gitlab.com/gitlab-org/gitlab/-/jobs/3772825669

bundle exec rake 'rubocop:todo:generate[Lint/UnusedBlockArgument,Lint/UnusedMethodArgument,Lint/AmbiguousRange,Layout/EmptyLineAfterMagicComment,Lint/EmptyBlock]'
Generating RuboCop TODOs with:
  rubocop --parallel --format RuboCop::Formatter::TodoFormatter --only Layout/EmptyLineAfterMagicComment,Lint/AmbiguousRange,Lint/EmptyBlock,Lint/UnusedBlockArgument,Lint/UnusedBlockArgument,Lint/UnusedMethodArgument

This might take a while...
Written to .rubocop_todo/layout/empty_line_after_magic_comment.yml
Written to .rubocop_todo/lint/ambiguous_range.yml
Written to .rubocop_todo/lint/empty_block.yml
Written to .rubocop_todo/lint/unused_block_argument.yml
Written to .rubocop_todo/lint/unused_method_argument.yml

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

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

Loading