Good morning everyone,
I would like to ask for some help. When I do the analysis of a project with sonarscanner various values are analyzed, such as clones, technical debt, code smells, etc. I wanted to ask you if it was possible to do the analysis of a project getting only the technical debt and avoiding to do the other analysis as well. Thank you in advance for the availability.
Hello @mike-94,
What you ask is not possible:
- First of all it’s not that long to run a scan that produces all the data. So why do less if you can do everything ?
- Second, knowing the technical debt is of not use if you don’t how to fix it.
SonarQube is not a tool only to report technical debt, but primarily to help fixing it.
Olivier