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-net.git
commit a1394e0926f2b665fff1775d37554ab3d61ef3a6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 28 18:55: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 66a2c57b..bfed860e 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -93,6 +93,7 @@ limitations under the License. <module name="SimplifyBooleanReturn" /> <module name="SuppressionCommentFilter"/> <module name="StringLiteralEquality" /> + <module name="SuperClone" /> <!-- Allow comment to suppress checkstyle for a single line e.g. // CHECKSTYLE IGNORE MagicNumber