Skip to content

Regenerate TODOs for Style/MutableConstant and Style/RedundantFreeze

What does this MR do and why?

This MR regenerates TODOs for Style/MutableConstant and Style/RedundantFreeze to silence warnings in #f_rubocop. For example: https://gitlab.com/gitlab-org/gitlab/-/jobs/3727583609.

It also fixes a confusing code comment spotted in !111169 (comment 1267984700).

Screenshots

#f_rubocop
Screenshot_from_2023-02-07_15-00-31

How to set up and validate locally

rake rubocop:todo:generate[Style/MutableConstant,Style/RedundantFreeze]

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