Must-share information (formatted with Markdown):
-
which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
-
how is SonarQube deployed: zip, Docker, Helm
-
what are you trying to achieve
-
what have you tried so far to achieve this
-
SonarQube 10.2
-
Clean As You Code, but when add a new method in an existing class, I do not want untouched methods to be reported
I don’t even know what to try.
Scenario: we have a class, say Car, with 4 existing methods. We run initial analysis. Now, say two months later, we add a method to Car. However, all issues with Car are being reported in the analysis, not just what we changed.
How can we configure SoarQube so ONLY the changed code gets reported?
Thanks,
Tony