Modifying technical-debt parameters
You can modify in the SonarQube UI at the global level some parameters related to the maintainability metrics
Last updated
Was this helpful?
You can modify in the SonarQube UI at the global level some parameters related to the maintainability metrics
You can modify in the SonarQube UI at the global level some parameters related to the Metric definitions provided you have the Administer system permission. Alternatively, you can set the corresponding sonar property on the CI/CD host (see Analysis parameters).
The development cost of one line of code is used in the Technical debt ratio calculation. To change the default value:
In the top navigation bar of SonarQube, select Administration > Configuration > General settings > Technical Debt.
In Development cost, change the values (in minutes).
The corresponding sonar property is sonar.technicalDebt.developmentCost.
To change the default Maintainability rating grid:
In the top navigation bar of SonarQube, select Administration > Configuration > General settings > Technical Debt.
In Maintainability rating grid, change the rating definition.
The corresponding sonar property is sonar.technicalDebt.ratingGrid.
Last updated
Was this helpful?
Was this helpful?

