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 8b5a8400ad0f52ef72be6e97042584c8495599df
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 11:02:12 2025 -0500

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

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 8fa9510b..8f5d55a6 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -55,6 +55,7 @@ limitations under the License.
     <module name="EmptyBlock">
       <property name="option" value="text" />
     </module>
+    <module name="EqualsHashCode" />
     <module name="IllegalImport" />
     <module name="ImportOrder">
       <property name="option" value="top" />

Reply via email to