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-compress.git
commit 4f25d2bd2c42928d91c41e0fe0fdf64f01d4ab67 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 29 09:13:20 2024 -0500 Add Checkstyle CovariantEquals --- src/conf/checkstyle/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle/checkstyle.xml b/src/conf/checkstyle/checkstyle.xml index 834c04c39..09bbe5003 100644 --- a/src/conf/checkstyle/checkstyle.xml +++ b/src/conf/checkstyle/checkstyle.xml @@ -49,6 +49,7 @@ limitations under the License. <module name="TreeWalker"> <module name="ArrayTypeStyle" /> <module name="AvoidStarImport" /> + <module name="CovariantEquals" /> <module name="FinalLocalVariable" /> <module name="IllegalImport" /> <module name="ImportOrder">