diff options
author | Ambroise C <ambroise.christea@sonarsource.com> | 2023-09-01 14:18:58 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-09-01 20:03:03 +0000 |
commit | a3e95e51612ae5151d654acfd6a27f74e53dbc26 (patch) | |
tree | 621ab1027cf22b05d4acb48119123ba57d4345be /sonar-core | |
parent | f535a0988ec48d38850d4d3672783fb2646384c0 (diff) | |
download | sonarqube-a3e95e51612ae5151d654acfd6a27f74e53dbc26.tar.gz sonarqube-a3e95e51612ae5151d654acfd6a27f74e53dbc26.zip |
SONAR-20249 Hide NCD banner on save (#9186)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 17 |
1 files changed, 1 insertions, 16 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 e78def32875..e3daa4badec 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -655,17 +655,7 @@ project_baseline.specific_setting=Define a specific setting for this project project_baseline.configure_branches=Set a specific setting for a branch project_baseline.compliance.warning.title.project=Your project new code definition is not compliant with the Clean as You Code methodology -project_baseline.compliance.warning.title.global=Your global new code definition is not compliant with the Clean as You Code methodology -project_baseline.compliance.warning.explanation=Please ask an administrator to update the global new code definition before switching back to it. -project_baseline.compliance.warning.explanation.admin=Please update the global new code definition under {link} before switching back to it. -project_baseline.warning.explanation.action.admin.link=General Settings > New Code - -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 @@ -3955,11 +3945,6 @@ new_code_definition.question=Choose the baseline for new code for this project new_code_definition.global_setting=Use the global setting new_code_definition.specific_setting=Define a specific setting for this project -new_code_definition.compliance.warning.title.global=Your global new code definition is not compliant with the Clean as You Code methodology -new_code_definition.compliance.warning.explanation=Please ask an administrator to update the global new code definition before you can use it for your project. -new_code_definition.compliance.warning.explanation.admin=Please update the global new code definition under {link} before you can use it for your project. -new_code_definition.compliance.warning.explanation.action.admin.link=General Settings > New Code - new_code_definition.previous_version=Previous version new_code_definition.previous_version.usecase=Recommended for projects following regular versions or releases. new_code_definition.previous_version.description=Any code that has changed since the previous version is considered new code. |