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 32372c9813d3f9f751d07486f1df35438cd26399 Author: Gary D. Gregory <[email protected]> AuthorDate: Sun Feb 9 17:48:35 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 7ea4138e..6642eb93 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="ExplicitInitializationCheck" /> <module name="FinalLocalVariable" /> <module name="IllegalImport" />
