From 28a46d52008dc14dc7593a6779afe6a6ce4e5482 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Wed, 17 Jul 2013 09:46:10 +0200 Subject: [PATCH] Update description of exclusions settings category --- .../src/main/resources/org/sonar/l10n/core.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index 1d065fbd5da..54e5ec46026 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -720,7 +720,7 @@ property.sonar.global.exclusions.name=Global Source File Exclusions property.sonar.global.exclusions.description=Patterns used to exclude some source files from analysis. They apply to every project and cannot be overridden. property.sonar.global.test.exclusions.name=Global Test File Exclusions property.sonar.global.test.exclusions.description=Patterns used to exclude some test files from analysis. They apply to every project and cannot be overridden. -property.category.exclusions.description=In this page, you can configure what you do not want to analyze in applications, whether this is in source code or in tests. Please note similar configuration can also be made for each application in the project settings. Immutable in the name of a property means that the value entered will not be overridden at project level +property.category.exclusions.description=Configure which source code and tests you want to be omitted from analysis. Most of these parameters can also be configured at individual project level in each application's project settings. category.exclusions.help=

Wildcards

\

Following rules are applied:

\ \ -- 2.39.5