There is this issue which is related, to allow commenting on parts of code OUTSIDE the change set. I'm just wondering if anyone has clever work arounds or a process to achieve something similar, maybe simpler.
So I have a different sets of files that have been worked on and reviewed over time (in a monorepo if it is relevant). At various points we want to have different folks review THE WHOLE SET. So we want someone to look at all the code in each file, the whole file, just in the context of an overall security/tech debt/api design WHATEVER review.
Just as with a PR you want comments associated with lines of code. I thought about just moving all the files under review into a new directory but that doesn't count as new content, because of git change-detection algorithms.
Does anyone have a process or approach for something similar?