diff options
author | Andrey Luiz <andrey.luiz@sonarsource.com> | 2023-11-01 15:27:12 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-11-01 20:02:35 +0000 |
commit | 7cb0bfa0d208b8c1f3d8a8290d8f084b2123abe3 (patch) | |
tree | 51682e3cacf7b4285d1dbf04bb85620b615d65a1 /sonar-core/src | |
parent | 5617e8b37ae77bda605e2747430d95947b9ecb91 (diff) | |
download | sonarqube-7cb0bfa0d208b8c1f3d8a8290d8f084b2123abe3.tar.gz sonarqube-7cb0bfa0d208b8c1f3d8a8290d8f084b2123abe3.zip |
SONAR-20909 Add permanent link to documentation on Sonar Way Quality Gate (#9799)
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 2 insertions, 1 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 73e397be9d9..fe1d5567495 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2127,7 +2127,8 @@ quality_gates.copy=Copy Quality Gate quality_gates.cannot_set_default_no_cayc=You must make this quality gate Clean as You Code compliant to make this the default quality gate. quality_gates.cannot_copy_no_cayc=You must make this quality gate Clean as You Code compliant to copy. quality_gates.is_default_no_conditions=This is the default quality gate, but it has no configured conditions. Please configure at least 1 condition for this quality gate. -quality_gates.is_built_in.description=The only quality gate you need to practice {link} +quality_gates.is_built_in.description=Sonar Way is recommended for most projects. {link} +quality_gates.is_built_in.cayc.description=The only quality gate you need to practice {link} quality_gates.conditions=Conditions quality_gates.conditions.help=Your project will fail the Quality Gate if it crosses any metric thresholds set for New Code or Overall Code. quality_gates.conditions.help.link=See also: Clean as You Code |