]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-9703 Update "Ignore Issues on Files/Blocks" settings definitions
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 18 Oct 2017 10:10:59 +0000 (12:10 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 20 Oct 2017 11:09:23 +0000 (13:09 +0200)
These settings are not used for issues coming from common repository

sonar-core/src/main/java/org/sonar/core/config/IssueExclusionProperties.java

index 94994297906c1ac9c3f13ac9161186b8f3c304e7..ce719d8556caed4f3bf64d7419c1b458e8f10f7a 100644 (file)
@@ -88,7 +88,8 @@ public final class IssueExclusionProperties {
         .category(CoreProperties.CATEGORY_EXCLUSIONS)
         .subCategory(SUB_CATEGORY_IGNORE_ISSUES)
         .name("Ignore Issues in Blocks")
-        .description("Patterns to ignore all issues on specific blocks of code, while continuing to scan and mark issues on the remainder of the file.")
+        .description("Patterns to ignore all issues (except the ones from the common repository) on specific blocks of code, " +
+          "while continuing to scan and mark issues on the remainder of the file.")
         .onQualifiers(Qualifiers.PROJECT)
         .index(2)
         .fields(
@@ -110,7 +111,7 @@ public final class IssueExclusionProperties {
         .category(CoreProperties.CATEGORY_EXCLUSIONS)
         .subCategory(SUB_CATEGORY_IGNORE_ISSUES)
         .name("Ignore Issues on Files")
-        .description("Patterns to ignore all issues on files that contain a block of code matching a given regular expression.")
+        .description("Patterns to ignore all issues (except the ones from the common repository) on files that contain a block of code matching a given regular expression.")
         .onQualifiers(Qualifiers.PROJECT)
         .index(1)
         .fields(