This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git
commit 8532b29789f23a2176d9c1caf86e9fd6ee5de2e4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 14:39:10 2025 -0500 Add Checkstyle ParenPad --- checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkstyle.xml b/checkstyle.xml index e9626ce..c9ae2af 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -61,7 +61,7 @@ <module name="MethodLength"> <property name="max" value="175" /> </module> - <!-- No Paren pad check <module name="ParenPad"/> --> + <module name="ParenPad"/> <module name="ConstantName"> <property name="format" value="log|^[a-zA-Z][a-zA-Z0-9_]*$" /> </module>