This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/POOL_2_X by this push:
     new d1801bd3 Add Checkstyle ParenPad
d1801bd3 is described below

commit d1801bd3460af196c7cd5d4b668ab337268b7a25
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 14:42:49 2025 -0500

    Add Checkstyle ParenPad
---
 src/conf/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 690e1d8a..2b959d03 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -71,6 +71,7 @@
       <property name="ordered" value="true"/>
       <property name="separated" value="true"/>
     </module>
+    <module name="ParenPad" />
     <module name="TypecastParenPad" />
   </module>
   

Reply via email to