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

commit 03bf172e15af016b974fc72c6ab4a165a6eb5ddd
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Feb 11 07:14:01 2025 -0500

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

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 545cabbd..d09ce120 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -74,6 +74,7 @@
     <module name="MethodParamPad"/>
     <module name="MissingOverride" />
     <module name="ModifierOrder" />
+    <module name="MultipleVariableDeclarations" />
     <module name="ParenPad" />
     <module name="TypecastParenPad" />
     <module name="VisibilityModifier">

Reply via email to