Hi,
I do like the feature of being warned about code that was not reviewed. All our code should go through a review with the pull-request process.
Still there are some warnings that occur in cases where the branch that contains the code, was not part of a pull-request and was therefore not merged – and reviewed.
This might be because it was realized that the code/branch is not needed due to different reasons (not now, not never, was a test spike not making it into the prod branch, …).
Is there a way to mark the code as OK not to be reviewed for that version – so that the warning goes away?
Removing the whole ticked from the version seems incorrect, as the content in the ticket (even if not the code) does correspond to the version.
In a perfect world that might not be an issue, but I face this situation at least once a release :D
I found that there is the possibility to create a pull-request and decline it as only workaround – the warning would go away, but I don’t think that is supposed to be the right way.