From: Julien Lancelot Date: Wed, 18 Oct 2017 10:10:59 +0000 (+0200) Subject: SONAR-9703 Update "Ignore Issues on Files/Blocks" settings definitions X-Git-Tag: 6.7-RC1~143 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f3e111f489c0acc81239743ddcb5cef5b1717005;p=sonarqube.git SONAR-9703 Update "Ignore Issues on Files/Blocks" settings definitions These settings are not used for issues coming from common repository --- diff --git a/sonar-core/src/main/java/org/sonar/core/config/IssueExclusionProperties.java b/sonar-core/src/main/java/org/sonar/core/config/IssueExclusionProperties.java index 94994297906..ce719d8556c 100644 --- a/sonar-core/src/main/java/org/sonar/core/config/IssueExclusionProperties.java +++ b/sonar-core/src/main/java/org/sonar/core/config/IssueExclusionProperties.java @@ -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(