diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2018-12-24 15:09:38 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-01-04 20:21:02 +0100 |
commit | cf35008a4dfd2113fdb32cce372816cec0789aaf (patch) | |
tree | 54abeb4f44cb11d4af621c59774fa871d1ce2b1b /sonar-core | |
parent | c39e2257d8a54c9fe48f5a9f0474bf5631207770 (diff) | |
download | sonarqube-cf35008a4dfd2113fdb32cce372816cec0789aaf.tar.gz sonarqube-cf35008a4dfd2113fdb32cce372816cec0789aaf.zip |
SONAR-7938 Display inheritance info for deprecated rules, and make related tests DRYer
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 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 180db4334de..46970982262 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1361,6 +1361,7 @@ coding_rules.filters.inheritance=Inheritance coding_rules.filters.inheritance.inactive=Inheritance criterion is available when an inherited quality profile is selected coding_rules.filters.inheritance.none=Not Inherited coding_rules.filters.inheritance.inherited=Inherited +coding_rules.filters.inheritance.x_inherited_from_y={0} inherited from "{1}" coding_rules.filters.inheritance.overrides=Overridden coding_rules.filters.key=Key coding_rules.filters.language=Language |