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 936327ec812c168ca783225ec180728777e90911 Author: Gary D. Gregory <[email protected]> AuthorDate: Mon Feb 10 16:34:12 2025 -0500 Add Checkstyle ArrayTypeStyle --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 3a53182f..665ef889 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -46,6 +46,7 @@ <property name="message" value="Line has trailing spaces." /> </module> <module name="TreeWalker"> + <module name="ArrayTypeStyle" /> <module name="EqualsHashCode" /> <module name="IllegalInstantiation"> <property name="classes" value="java.lang.Boolean, java.lang.String" />
