Skip to content

Regenerate Rubocop todo file for Gitlab/BoundedContexts

Fabio Pitino requested to merge fp-regenerate-bounded-contexts-todo into master

What does this MR do and why?

Regenerate Rubocop todo file for Gitlab/BoundedContexts

The todo file was not including some files where constants were declared in the compact form class SomeModule::SomeClass. We could have missed to regenerate the todo file after some changes in the cop's logic.

Added a spec example to ensure we are covering for the compact version.

This issue affected some ongoing MRs, like !153120 (comment 1912273520)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Fabio Pitino

Merge request reports