fix: code changes view for pmd
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you receive complimentary access to GitLab Duo.
What does this MR do and why?
Currently, when PDM is scanning and reporting code quality reports, it doesn't show the gutter icons in the changes view for Ultimate customers. This is due to the fact, that the location paths have ./ prefixed, which doesn't work according to docs.
How to set up and validate locally
- Override the
pmd-formatwith the changed script - Pushing changes to .java files
- Be able to see
./stripped from the paths in the code quality report JSON - Be able to see gutter icons in code changes view
Edited by 🤖 GitLab Bot 🤖