aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2016-09-30 13:15:03 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2016-10-03 18:19:37 +0200
commitbc430dbb92b7b25b3c640625948a37a5a2fa5c16 (patch)
treedf24997fc3b9561111df63a47cb2ac76b4103be8 /sonar-core
parent328d1094ff11072c9b4448949428d4cd6318bc16 (diff)
downloadsonarqube-bc430dbb92b7b25b3c640625948a37a5a2fa5c16.tar.gz
sonarqube-bc430dbb92b7b25b3c640625948a37a5a2fa5c16.zip
SONAR-7782 Compute Maintainability Rating on New Code
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
index 538d6ed97bf..0b173769ef3 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -392,6 +392,8 @@ metric.new_lines_to_cover.description=Lines to cover on new code
metric.new_lines_to_cover.name=Lines to Cover on New Code
metric.new_line_coverage.description=Line coverage of added/changed code
metric.new_line_coverage.name=Line Coverage on New Code
+metric.new_maintainability_rating.description=Maintainability rating on new code
+metric.new_maintainability_rating.name=Maintainability Rating on New Code
metric.new_major_violations.description=New Major issues
metric.new_major_violations.name=New Major Issues
metric.new_minor_violations.description=New Minor issues