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 d9c900fd598e32b077b253eb7e7722f120354a63 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 28 18:18:49 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 f1c78575..277eb8b9 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -58,6 +58,7 @@ limitations under the License. </module> <module name="TreeWalker"> <module name="AvoidStarImport"/> + <module name="CovariantEquals" /> <module name="EmptyBlock"> <property name="option" value="text"/> </module>