I understand that the Technical Debt metric became part of SonarQube after it was a plugin, but I would like to remove it from the dashboard completely, and only show other metrics. Is that possible from the dashboard settings? if not, I appreciate any directions on what parts of the source code have to be edited.
相关问题
- Sonarqube: Squid Rules customization/suppression
- 2 instances of Sonar on same machine
- CA0001: Object reference not set to an instance of
- Gallio error : MSTest executable was not found
- Using Sonar MSBuild Runner with /p:IsPackaging=Tru
相关文章
- SonarQube: How to suppress a warning in Kotlin cod
- @Nullable and SonarQube 'Conditionally execute
- Property 'sonar.jacoco.reportPath' is depr
- This version of OSX is not able to perform the nec
- class inherits unrelated defaults for spliterator(
- Please provide compiled classes of your project wi
- Execute sonar-runner in TFS build
- sonar-maven-plugin 5.1.1 not found
Technical Debt is a core feature of SonarQube, so there's no reason why it should be possible to remove it from the main "pages" of the SonarQube web application.
If you want to hide this, you should first ask yourself why. Indeed, technical debt was not invented by SonarQube, this is a famous and widely spread concept that has been there for more than a decade. With this concept come good practices for software development. So again, trying to hide this in SonarQube is a bit weird.
Also, I highly discourage you to fork the code of SonarQube and write your own version just for this. Think 2 seconds how difficult it will be for you to maintain your fork, and I'm sure you will forget this idea as fast as it came to your mind.