diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-07-26 10:54:32 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-07-31 11:27:51 +0200 |
commit | ad80311e12f8df9ec4416dfdd261a64dc6f8f084 (patch) | |
tree | 53a11a0deebec4bdc0c87f2d26393c26c8fa04ac /sonar-core | |
parent | a940c4b1277ab6947f0a53b7e6dbcb1d7420d861 (diff) | |
download | sonarqube-ad80311e12f8df9ec4416dfdd261a64dc6f8f084.tar.gz sonarqube-ad80311e12f8df9ec4416dfdd261a64dc6f8f084.zip |
support NONE value in Level component
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 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 23adb0d3615..d80ae93f259 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2052,6 +2052,7 @@ metric.type.WORK_DUR=Work Duration metric.level.ERROR=Failed metric.level.WARN=Warning metric.level.OK=Passed +metric.level.NONE=None #------------------------------------------------------------------------------ # |