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

commit 74856e1acf8b199415418a372a0714348f2b0621
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Feb 28 18:20:13 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 d5a5bb47..9394fdfb 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -64,6 +64,7 @@ limitations under the License.
       <property name="option" value="text"/>
     </module>
     <module name="EmptyCatchBlock"></module>
+    <module name="EqualsHashCode" />
     <module name="ImportOrder">
       <property name="option" value="top"/>
       <property name="groups" value="java,javax,org"/>

Reply via email to