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-dbcp.git

commit 04e223680621f95c8f3be3b49e70730315d4d010
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 14:21:00 2025 -0500

    Add Checkstyle ParenPad
---
 src/conf/checkstyle.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 28c85568..086d147f 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -31,7 +31,8 @@
     <property name="tabWidth" value="4" />
     <!-- suspend formatting checks, for now <module name="LeftCurly"> 
<property name="option" value="eol"/> </module> <module name="RightCurly"> 
<property name="option" 
       value="alone"/> </module> <module name="LineLength"> <property 
name="max" value="132"/> </module> <module name="MethodLength"> <property 
name="max" value="175"/> 
-      </module> <module name="ParenPad"/> -->
+      </module> --> 
+    <module name="ParenPad"/>
     <module name="ConstantName">
       <property name="format" value="log|^[a-zA-Z][a-zA-Z0-9_]*$" />
     </module>

Reply via email to