Skip to content

Commit

Permalink
SONAR-5876 remove Sqale in name of metric sqale_debt_ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
sns-seb committed Sep 22, 2015
1 parent 9bdb1c9 commit bce045f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,7 @@ public final class CoreMetrics {
/**
* @since 4.5
*/
public static final Metric<Double> SQALE_DEBT_RATIO = new Metric.Builder(SQALE_DEBT_RATIO_KEY, "SQALE Technical Debt Ratio", Metric.ValueType.PERCENT)
public static final Metric<Double> SQALE_DEBT_RATIO = new Metric.Builder(SQALE_DEBT_RATIO_KEY, "Technical Debt Ratio", Metric.ValueType.PERCENT)
.setDescription("Ratio of the technical debt compared to what it would cost to develop the whole source code from scratch.")
.setDomain(DOMAIN_TECHNICAL_DEBT)
.setDirection(Metric.DIRECTION_WORST)
Expand Down

0 comments on commit bce045f

Please sign in to comment.