File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ The following sample file documents the ruleset.xml format and shows you the com
198
198
Here we are including a specific sniff but also changing
199
199
the error message of a specific message inside the sniff.
200
200
Note that the specific code for the message, which is
201
- CommentFound in this case, is defined by the sniff developer.
201
+ TaskFound in this case, is defined by the sniff developer.
202
202
You can display these codes by using the -s command line
203
203
argument when checking a file.
204
204
@@ -212,7 +212,7 @@ The following sample file documents the ruleset.xml format and shows you the com
212
212
command line. This is great if you want to use some messages
213
213
only in code reviews and not have them block code commits.
214
214
-->
215
- <rule ref =" Generic.Commenting.Todo.CommentFound " >
215
+ <rule ref =" Generic.Commenting.Todo.TaskFound " >
216
216
<message >Please review this TODO comment: %s</message >
217
217
<severity >3</severity >
218
218
</rule >
You can’t perform that action at this time.
0 commit comments