diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2023-05-22 18:34:42 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-05-24 20:03:14 +0000 |
commit | 27e618aded47917f8122944baef8651a4e8d371d (patch) | |
tree | aa4b4fa6552ffe35f5585d713f0126605a8de914 /sonar-core | |
parent | 3b4176574c9cff5c0c3c6e4e806fbc5fc1afd5b1 (diff) | |
download | sonarqube-27e618aded47917f8122944baef8651a4e8d371d.tar.gz sonarqube-27e618aded47917f8122944baef8651a4e8d371d.zip |
SONAR-19294 Prevent "specific analysis" NCD option selection and warn about it
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 14 |
1 files changed, 9 insertions, 5 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 7eeb7acf95e..da4911599fe 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -649,13 +649,17 @@ baseline.number_days=Number of days baseline.number_days.usecase=Recommended for projects following continuous delivery. baseline.number_days.description=Any code that has changed in the last x days is considered new code. If no action is taken on a new issue after x days, this issue will become part of the overall code. baseline.number_days.invalid=Please provide a whole number between {0} and {1} -baseline.number_days.compliance_warning.title=Update the number of days to benefit from the Clean as You Code methodology -baseline.number_days.compliance_warning.content.global=We recommend that you update this New Code definition so that new projects and existing projects that do not use a specific New Code definition benefit from the Clean as You Code methodology by default. -baseline.number_days.compliance_warning.content.project=We recommend that you update this New Code definition so that your project benefits from the Clean as You Code methodology. -baseline.number_days.compliance_warning.content.project.with_branch_support=We recommend that you update this New Code definition so that new branches and existing branches that do not use a specific New Code definition benefit from the Clean as You Code methodology by default. -baseline.number_days.compliance_warning.content.branch=We recommend that you update this New Code definition so that your branch benefits from the Clean as You Code methodology. +baseline.number_days.compliance_warning.title=Your new code definition is not compliant with the Clean as You Code methodology +baseline.number_days.compliance_warning.content.global=We recommend that you update this new code definition so that new projects and existing projects that do not use a specific New Code definition benefit from the Clean as You Code methodology by default. +baseline.number_days.compliance_warning.content.project=We recommend that you update this new code definition so that your project benefits from the Clean as You Code methodology. +baseline.number_days.compliance_warning.content.project.with_branch_support=We recommend that you update this new code definition so that new branches and existing branches that do not use a specific New Code definition benefit from the Clean as You Code methodology by default. +baseline.number_days.compliance_warning.content.branch=We recommend that you update this new code definition so that your branch benefits from the Clean as You Code methodology. +baseline.number_days.compliance_warning.link=Defining New Code baseline.specific_analysis=Specific analysis baseline.specific_analysis.description=Choose an analysis as the baseline for the new code. +baseline.specific_analysis.compliance_warning.title=Choosing the "Specific analysis" option from the SonarQube UI is not compliant with the Clean as You Code methodology +baseline.specific_analysis.compliance_warning.explanation=It has been deprecated. The option remains available through the Web API. +baseline.specific_analysis.compliance_warning.link=Defining New Code baseline.reference_branch=Reference branch baseline.reference_branch.description=Choose a branch as the baseline for the new code. |