aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml b/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml
index 3f0e1962c5a..82113c75f49 100644
--- a/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml
+++ b/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml
@@ -1527,7 +1527,7 @@ Rationale: Too large methods and classes are hard to read and costly to maintain
<configKey><![CDATA[Checker/TreeWalker/TodoComment]]></configKey>
<category name="Maintainability"/>
<cardinality>MULTIPLE</cardinality>
- <description><![CDATA[This rule allows to find any kind of pattern inside comments like TODO, NOPMD, NOSONAR, ...]]></description>
+ <description><![CDATA[This rule allows to find any kind of pattern inside comments like TODO, NOPMD, ..., except NOSONAR]]></description>
<param key="format" type="r">
<description><![CDATA[Regular expression pattern to check. Default is TODO:]]></description>
</param>