diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2023-04-27 11:53:49 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-04-28 20:02:58 +0000 |
commit | e12575f9ed9b08b37650438c692e01ede95ed59e (patch) | |
tree | 546993535b1d946c50f6b92c3acc3120b1b4e824 /sonar-core/src | |
parent | 48de5bcbfd91b0acde1f310dae14f13e4a1f14e2 (diff) | |
download | sonarqube-e12575f9ed9b08b37650438c692e01ede95ed59e.tar.gz sonarqube-e12575f9ed9b08b37650438c692e01ede95ed59e.zip |
Revert "[NO-JIRA] Add CCT issue characteristic localization"
This reverts commit 0b6df9cd8d4b52ccf3857bde6ed662790c36a504.
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 20 |
1 files changed, 0 insertions, 20 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 fe2e02eff92..b5d6d664974 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -920,26 +920,6 @@ issue.type.BUG.plural=Bugs issue.type.VULNERABILITY.plural=Vulnerabilities issue.type.SECURITY_HOTSPOT.plural=Security Hotspots -issue.characteristic.CLEAR=Clarity -issue.characteristic.description.CLEAR=Code that uses unambiguous forms when possible, has no unused statements, and is not cryptically terse. -issue.characteristic.CONSISTENT=Consistency -issue.characteristic.description.CONSISTENT=Code that enforces consistency in naming conventions, formatting and style, and sorting order. -issue.characteristic.STRUCTURED=Structure -issue.characteristic.description.STRUCTURED=Code that is organized into distinct, modular, and testable units with limited relationships, and avoids non-essential complexity. -issue.characteristic.TESTED=Testing -issue.characteristic.description.TESTED=Code that passed automated verification to regularly confirm the desired functionality. -issue.characteristic.ROBUST=Robustness -issue.characteristic.description.ROBUST=Code that is free of implementation defects, resource-efficient, fault-tolerant, and safe to use in critical contexts. -issue.characteristic.SECURE=Security -issue.characteristic.description.SECURE=Code that protects against unauthorized use, access, disclosure, disruption, modification, or destruction. -issue.characteristic.PORTABLE=Portability -issue.characteristic.description.PORTABLE=Code that supports the sustained evolution of the software environment and changing practices. -issue.characteristic.COMPLIANT=Compliance -issue.characteristic.description.COMPLIANT=Code that conforms to laws, regulations, and industry standards for its context. - -issue.characteristic.fit.DEVELOPMENT=Fit for Development -issue.characteristic.fit.PRODUCTION=Fit for Operation - issue.status.REOPENED=Reopened issue.status.RESOLVED=Resolved issue.status.OPEN=Open |