Who really knows regex?

This commit is contained in:
Dem Pilafian
2018-11-03 20:07:34 -07:00
committed by GitHub
parent 117e9a4277
commit ddf1347782

View File

@ -175,7 +175,7 @@ are unused:
</rule>
```
Note for message based suppression to work, you must know who to write
Note for message based suppression to work, you must know how to write
a regular expression that matches the message of violations you wish to
suppress. Regular expressions are explained in the JavaDoc for standard
Java class java.util.regex.Pattern.
@ -203,4 +203,4 @@ For example, to suppress reporting specifically typed parameters which are unuse
Note for XPath based suppression to work, you must know how to write
an XPath query that matches the AST structure of the nodes of the
violations you wish to suppress. XPath queries are explained in
[XPath Rule tutorial](pmd_userdocs_extending_writing_xpath_rules.html).
[XPath Rule tutorial](pmd_userdocs_extending_writing_xpath_rules.html).