Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) : 9.9 LTS Enterprise
- how is SonarQube deployed: zip, Docker, Helm : Azure App Service PremiumV3 (P3v3)
- what are you trying to achieve : Make our analysis faster
I’ve noticed that sonarqube analysis takes a random amount of time. For example, if we have less files (3-4) in a pull request, it still takes half an hour, however in some runs, I observe 50-100 file changes yet it only takes half an hour. which is strange. I assume that with less file changes, the run should be quick. However, it appears that file numbers are unimportant. Is it because it’s scanning all files instead of incremental changes/files? What’s the good practice to have only incremental file scans in consideration?