Extract the code owner validation logic from DiffCheck
What does this MR do?
This MR extracts CODEOWNER validation checks from Gitlab::Checks::DiffCheck
into a new, reusable class. Existing tests are left in place as integration tests. This will enable us to more easily apply code ownership checks to targeted locations in the application.
Closes #217829 (closed)
Edited by Kerri Miller