Closed rdiachenko closed 4 years ago
leftovers
✔ ~/java/github/checkstyle/patch-filters [HuGanghui/java-patch L|✔]
$ ag "xpath"
README.md
43:### SuppressionPatchXpathFilter
45:Filter SuppressionPatchXpathFilter(TreeWalker level) has three different strategies that control suppression
75:For example, the following configuration fragment directs the Checker to use a SuppressionPatchXpathFilter
84:the following configuration fragment directs the Checker to use a SuppressionPatchXpathFilter
93:the following configuration fragment direts the Checker to use a SuppressionPatchXpathFilter
config/checkstyle.properties
2:checkstyle.suppressions-xpath.file=config/suppressions.xml
@HuGanghui , please fix them also. there should be no xpath word at all in repo
@HuGanghui , please rebase all other PRs and rename in them also.
@romani ok, but in config/checkstyle.properties 2:checkstyle.suppressions-xpath.file=config/suppressions.xml
, this xpath
is a fixed config, not introduced by this repo.
The rest of the renaming was done in https://github.com/checkstyle/patch-filters/pull/314 and merged.
SuppressionPatchXpathFilter
is not related to xpath. Please rename it toSuppressionJavaPatchFilter
. Also, update allpatchxpath
usages withjavapatch
. There should not be anyxpath
words in the project.