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 4c3806dff9b22b8eb69ccf2efadf290b70091bc6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 28 19:01:28 2025 -0500 Add Checkstyle UnusedImports --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index f49a002b..718f0675 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -105,6 +105,7 @@ limitations under the License. </module> <module name="TypecastParenPad" /> <module name="UnnecessaryParentheses" /> + <module name="UnusedImports" /> <module name="WhitespaceAfter" /> <module name="WhitespaceAround" /> </module>