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-dbutils.git
commit cbe892cf6cd2c3853d70f34e97c3880932b6ea10 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 14:22:55 2025 -0500 Add Checkstyle ParenPad --- src/conf/checkstyle/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/checkstyle/checkstyle.xml b/src/conf/checkstyle/checkstyle.xml index 3dd2317..7970884 100644 --- a/src/conf/checkstyle/checkstyle.xml +++ b/src/conf/checkstyle/checkstyle.xml @@ -73,7 +73,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>