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 e86fade189120e1ca54df48d02ed130b13100f7d Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 29 11:05:41 2024 -0500 Add Checkstyle SuperClone --- 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 bf03bcd63..4f6a5bf0d 100644 --- a/src/conf/checkstyle/checkstyle.xml +++ b/src/conf/checkstyle/checkstyle.xml @@ -77,6 +77,7 @@ limitations under the License. <module name="SimplifyBooleanExpression" /> <module name="SimplifyBooleanReturn" /> <module name="StringLiteralEquality" /> + <module name="SuperClone" /> <module name="UnusedImports" /> <module name="UpperEll" /> <module name="WhitespaceAfter" />