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

commit 9b70ae0102d1a00eb7b6554e77cb6d02bee3d93f
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Feb 9 17:50:15 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 c896fb19..b803accd 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="ExplicitInitializationCheck" />
     <module name="FinalLocalVariable" />
     <module name="IllegalImport" />

Reply via email to