aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>2024-09-24 10:15:18 +0200
committersonartech <sonartech@sonarsource.com>2024-09-25 20:02:54 +0000
commit762dc3985955aa2079d1299de3f0dbe845dbb0cd (patch)
treee2ecaeeaee9b4deeb19aaed2a9fb9543ed60bdbc /sonar-core
parent163036952152e5b4d90ff105cf8f4d81dd70a04b (diff)
downloadsonarqube-762dc3985955aa2079d1299de3f0dbe845dbb0cd.tar.gz
sonarqube-762dc3985955aa2079d1299de3f0dbe845dbb0cd.zip
SONAR-23064 Lock projects quality gate settings if project has ai generated code
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 4 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 0a43a4c953c..314dc966426 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2162,6 +2162,10 @@ project_quality_gate.no_condition=This Quality Gate is empty. To make it usable,
project_quality_gate.no_condition_on_new_code=This Quality Gate sets conditions on overall code but not on new code. It will not appear on pull requests. To enable it for pull requests, add conditions to the {link}.
project_quality_gate.no_condition.link=Quality Gate definition
project_quality_gate.no_condition.reason=No conditions
+project_quality_gate.ai_assured.message1=This project contains AI-generated code. It must use Sonar way Quality Gate to benefit from Sonar’s {link}.
+project_quality_gate.ai_assured.message1.link=AI Code Assurance
+project_quality_gate.ai_assured.message2=To change this project’s Quality Gate, first go to the project’s {link} and set “Contains AI-generated code” value to {value}.
+project_quality_gate.ai_assured.message2.link=AI-generated code settings
#------------------------------------------------------------------------------
#