diff options
author | Andrey Luiz <andrey.luiz@sonarsource.com> | 2023-10-12 13:07:17 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-10-12 20:02:51 +0000 |
commit | 1bcecd02ed7d7fc38d8f6780e770167e56823c19 (patch) | |
tree | 1874753a36e5d99b81da106b34fc38631e5bd3f3 /sonar-core/src | |
parent | f47597e6cd65b50a42450c9be0a8bfdb168839a9 (diff) | |
download | sonarqube-1bcecd02ed7d7fc38d8f6780e770167e56823c19.tar.gz sonarqube-1bcecd02ed7d7fc38d8f6780e770167e56823c19.zip |
SONAR-20604 Enforce CaYC compliance on the SonarWay Quality Gate (#9616)
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 11 |
1 files changed, 7 insertions, 4 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 30ad2ed6fdc..e7e027aaf58 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2176,12 +2176,12 @@ quality_gates.conditions.cayc.hint=The conditions below must be true for your pr quality_gates.conditions.cayc.threshold.hint=Sonar recommends this threshold. Create a new Quality Gate to set a different value. quality_gates.conditions.new_code=On New Code quality_gates.conditions.new_code.long=Conditions on New Code -quality_gates.conditions.new_code.description=Conditions on New Code apply to all branches and to Pull Requests. +quality_gates.conditions.new_code.description=Conditions on new code apply to all branches and to Pull Requests. quality_gates.conditions.new_code_1=1 condition failed on new code quality_gates.conditions.new_code_x={0} conditions failed on new code quality_gates.conditions.overall_code=On Overall Code quality_gates.conditions.overall_code.long=Conditions on Overall Code -quality_gates.conditions.overall_code.description=Conditions on Overall Code apply to branches only. +quality_gates.conditions.overall_code.description=Conditions on overall code apply to branches only. quality_gates.conditions.overall_code_1=1 condition failed on overall code quality_gates.conditions.overall_code_x={0} conditions failed on overall code quality_gates.conditions.operator=Operator @@ -2224,9 +2224,12 @@ quality_gates.cayc.new_security_rating.A=No vulnerabilities quality_gates.cayc.unlock_edit=Unlock editing quality_gates.cayc.tooltip.message=This quality gate does not comply with Clean as You Code. quality_gates.cayc.badge.tooltip.learn_more=Learn more: Clean as You Code +quality_gates.cayc.banner.title=This quality gate complies with Clean as You Code +quality_gates.cayc.banner.description1=This quality gate complies with the {cayc_link} methodology, so that you benefit from the most efficient approach to delivering Clean Code. +quality_gates.cayc.banner.description2=It ensures that: quality_gates.cayc_unfollow.description=You may click unlock to edit this quality gate. Adding extra conditions to a compliant quality gate can result in drawbacks. Are you reconsidering {cayc_link}? We strongly recommend this methodology to achieve a Clean Code status. -quality_gates.cayc.review_update_modal.add_condition.header= {0} condition(s) on New Code will be added -quality_gates.cayc.review_update_modal.modify_condition.header= {0} condition(s) on New Code will be modified +quality_gates.cayc.review_update_modal.add_condition.header= {0} condition(s) on new code will be added +quality_gates.cayc.review_update_modal.modify_condition.header= {0} condition(s) on new code will be modified #------------------------------------------------------------------------------ # |