Skip to content

Extract namespace check out of project check

Mark Chao requested to merge 207871-namespace-check into master

What does this MR do?

Currently check_project! also checks for namespace. We are implementing group wiki checks, which only needs namespace checks but not project checks. Therefore we move check_namespace! out of check_project! method.

Part of #207871 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Merge request reports