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

commit 90852da344c3c5f6ce13349b9d62665d631eb1a4
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Feb 9 18:06:27 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 bb7262d93..197809dc2 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -51,6 +51,7 @@ limitations under the License.
   <module name="TreeWalker">
     <module name="ArrayTypeStyle" />
     <module name="AvoidStarImport"/>
+    <module name="CovariantEquals" />
     <module name="ExplicitInitializationCheck" />
     <module name="GenericWhitespace"/>
     <module name="IllegalImport"/>

Reply via email to