diff options
author | Pascal Mugnier <pascal.mugnier@sonarsource.com> | 2018-04-04 09:55:31 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-04-04 15:18:42 +0200 |
commit | d7c413a1e7f442bc2fdab2499d1a35db79bf7ecb (patch) | |
tree | fbf624a8821341da740fcb8fcba7c9cb729cb148 /sonar-core | |
parent | 75abdef0c27dc443aaa4f05c2e868119887afb3c (diff) | |
download | sonarqube-d7c413a1e7f442bc2fdab2499d1a35db79bf7ecb.tar.gz sonarqube-d7c413a1e7f442bc2fdab2499d1a35db79bf7ecb.zip |
Hardening 28-03 (#72)
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 67f4acdf5a4..97f73111a99 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2287,6 +2287,7 @@ system.version_is_availble={version} is available #------------------------------------------------------------------------------ overview.quality_gate=Quality Gate overview.quality_gate_x=Quality Gate: {0} +overview.quality_gate_failed_with_x=with {0} errors overview.you_should_define_quality_gate=You should define a quality gate on this project. overview.quality_gate.ignored_conditions=Some Quality Gate conditions on New Code were ignored because of the small number of New Lines overview.quality_gate.ignored_conditions.tooltip=At the start of a leak period, if very few lines have been added or modified, it might be difficult to reach the desired level of code coverage or duplications. To prevent Quality Gate failure when there's little that can be done about it, Quality Gate conditions about duplications in new code and coverage on new code are ignored until the number of new lines is at least 20. |