diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-01-17 08:38:01 +0100 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-01-17 08:40:29 +0100 |
commit | 09c1adf791f2296fde7f12fa4d92532f3f1229a7 (patch) | |
tree | ba8a04d3b66ab0a019f1302f406f3f09cc2eaaf0 /plugins/sonar-l10n-en-plugin | |
parent | d30b0e381a451abaf2ff5aef3978d595c521bde5 (diff) | |
download | sonarqube-09c1adf791f2296fde7f12fa4d92532f3f1229a7.tar.gz sonarqube-09c1adf791f2296fde7f12fa4d92532f3f1229a7.zip |
SONAR-3012 Add new_unreviewed_violations metric
In order to more easily track incoming violations without a review
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index 174815553b8..0952e5a769b 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -1417,7 +1417,7 @@ metric.minor_violations.description=Minor violations metric.info_violations.name=Info violations metric.info_violations.description=Info violations -metric.new_violations.name=New Violations +metric.new_violations.name=New violations metric.new_violations.description=New Violations metric.new_blocker_violations.name=New Blocker violations @@ -1561,6 +1561,9 @@ metric.team_size.description=Size of the project team metric.violations_without_review.name=Unreviewed violations metric.violations_without_review.description=Violations that have not been reviewed yet +metric.new_violations_without_review.name=New unreviewed violations +metric.new_violations_without_review.description=New violations that have not been reviewed yet + metric.false_positive_reviews.name=False-positive reviews metric.false_positive_reviews.description=Active false-positive reviews |