diff options
author | 7PH <benjamin.raymond@sonarsource.com> | 2023-09-28 02:20:31 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-10-10 20:02:43 +0000 |
commit | 49608896520f49d93eb9af62b7c756861dffec04 (patch) | |
tree | f5820856c0a3b0ea0957537a69793943f4a57992 /sonar-core | |
parent | 905a3a63926b7f530e81a04f4980fd125f880897 (diff) | |
download | sonarqube-49608896520f49d93eb9af62b7c756861dffec04.tar.gz sonarqube-49608896520f49d93eb9af62b7c756861dffec04.zip |
SONAR-20545 Show new rule breakdown using Clean Code Taxonomy in quality profile
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 6 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 83ccb43d34c..a65e2e937c9 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2021,6 +2021,11 @@ quality_profiles.projects_for_default=Every project not specifically associated quality_profile.x_rules={count} rule(s) quality_profile.lang_deprecated_x_rules={name}, {count} deprecated rule(s) quality_profile.x_active_rules={0} active rules +quality_profile.rules.breakdown=Rule breakdown +quality_profile.rules.cct_categories_title=Clean Code Categories +quality_profile.rules.software_qualities_title=Software Qualities +quality_profile.rules.see_x_active_x_rules=See {0} active {1} rules +quality_profile.rules.see_x_inactive_x_rules=See {0} inactive {1} rules quality_profiles.x_overridden_rules={0} overridden rules quality_profiles.change_parent=Change Parent quality_profiles.change_parent_warning=By changing the parent of this profile, any information on inherited rules that were manually disabled will be lost. This means some previously disabled rules might be re-enabled. @@ -2055,6 +2060,7 @@ quality_profiles.deprecated_rules_are_still_activated=Deprecated rules are still quality_profiles.sonarway_missing_rules=Sonar way rules not included quality_profiles.sonarway_missing_rules_description=Recommended rules are missing from your profile quality_profiles.x_sonarway_missing_rules={linkCount} Sonar way {count, plural, one {rule} other {rules}} not included +quality_profiles.sonarway_see_x_missing_rules=See {0} missing Sonar way rules quality_profiles.stagnant_profiles=Stagnant Profiles quality_profiles.not_updated_more_than_year=The following profiles haven't been updated for more than 1 year: quality_profiles.exporters=Exporters |