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-imaging.git
commit db30feb537e8e11cef45d8b6ea5bce727f733d48 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 11:43:58 2025 -0500 Add Checkstyle SuperClone --- src/conf/checkstyle.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 9d5e7bf9..4bee9a79 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -78,6 +78,8 @@ limitations under the License. <module name="RightCurly" /> <module name="SimplifyBooleanExpression" /> <module name="SimplifyBooleanReturn" /> + <module name="StringLiteralEquality" /> + <module name="SuperClone" /> <module name="UpperEll" /> <module name="UnusedImports" /> <module name="WhitespaceAfter" />