aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2020-07-21 13:06:30 +0200
committersonartech <sonartech@sonarsource.com>2020-09-03 20:07:20 +0000
commitbc10c18c1d79cf4659e6d7389f1805d3bd2dadc6 (patch)
treeb7ff476c6a8f4a186605933b6b73da2fce019ecf /sonar-core
parent3914a4b0a3936faf140f7343e368fd28aca90004 (diff)
downloadsonarqube-bc10c18c1d79cf4659e6d7389f1805d3bd2dadc6.tar.gz
sonarqube-bc10c18c1d79cf4659e6d7389f1805d3bd2dadc6.zip
SONAR-13599 Remove scope from Rules
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties5
1 files changed, 0 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 219683c2bc4..5a27708fa38 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1667,11 +1667,6 @@ coding_rules.remediation_function.coeff=Coeff
coding_rules.remediation_function.offset=Offset
coding_rules.remediation_function.constant=Constant
-coding_rules.scope.title=Analysis Scope
-coding_rules.scope.MAIN=Main sources
-coding_rules.scope.TEST=Test sources
-coding_rules.scope.ALL=Main and Test sources
-
coding_rules.external_rule.engine=Rule provided by an external rule engine: {0}
#------------------------------------------------------------------------------