aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-07-01 17:08:15 +0200
committerGitHub <noreply@github.com>2016-07-01 17:08:15 +0200
commitfd2274207aa77bb13d5d660fe339a7f710a4a4b5 (patch)
tree3bde6d19b762645db3b1118574fa611a5cc23a1b /sonar-core
parent358436744f3cfa1539f4a9eb6ed7b3763036c0dc (diff)
downloadsonarqube-fd2274207aa77bb13d5d660fe339a7f710a4a4b5.tar.gz
sonarqube-fd2274207aa77bb13d5d660fe339a7f710a4a4b5.zip
SONAR-6551 warn about deprecated rules on project overview (#1059)
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 2 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 224f9dac244..e2665b960ea 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -3009,6 +3009,8 @@ overview.domain.size=Size
overview.complexity_tooltip.function={0} functions have complexity around {1}
overview.complexity_tooltip.file={0} files have complexity around {1}
+overview.deprecated_profile=This quality profile uses {0} deprecated rules and should be updated.
+
#------------------------------------------------------------------------------
#