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-collections.git

commit b0f126809969370c309e2b5f91951d4676f81bbf
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Feb 9 18:30:22 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 1c938d028..cb6628fbd 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -87,6 +87,7 @@ limitations under the License.
     <module name="SimplifyBooleanExpression" />
     <module name="SimplifyBooleanReturn" />
     <module name="StringLiteralEquality" />
+    <module name="SuperClone" />
     <module name="SuperFinalize" />
     <module name="TypecastParenPad" />    
     <module name="UpperEll" />

Reply via email to