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

commit e10b2b95e597ccce2e51523f64ed61a9267bb516
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 11:00: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 3f646ed0..69450a68 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -50,6 +50,7 @@ limitations under the License.
   <module name="TreeWalker">
     <module name="ArrayTypeStyle" />
     <module name="AvoidStarImport" />
+    <module name="CovariantEquals" />
     <module name="IllegalImport" />
     <module name="ImportOrder">
       <property name="option" value="top" />

Reply via email to