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 50c87980462c0016d9958e2e43955016638444cb
Author: Gary D. Gregory <[email protected]>
AuthorDate: Mon Feb 10 16:34:47 2025 -0500

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

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 2dd25f4e..d1a8cfaf 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -48,6 +48,7 @@
   <module name="TreeWalker">
     <module name="ArrayTypeStyle" />
     <module name="AvoidStarImport" />
+    <module name="CovariantEquals" />
     <module name="EqualsHashCode" />
     <module name="IllegalInstantiation">
       <property name="classes" value="java.lang.Boolean, java.lang.String" />

Reply via email to