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 5261b3150839a233b3999d426deab75fb1688389
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Feb 9 17:59:42 2025 -0500

    Add Checkstyle SuperClone
---
 src/conf/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index ef236e3b..1130b363 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -81,6 +81,7 @@ limitations under the License.
     <module name="SimplifyBooleanExpression" />
     <module name="SimplifyBooleanReturn" />
     <module name="StringLiteralEquality" />
+    <module name="SuperClone" />
     <module name="TypecastParenPad" />    
     <module name="UnusedImports" />
     <module name="UpperEll" />

Reply via email to