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 9528cf11c0837acd0e29580558625d0be0a1a240
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 28 18:27:55 2025 -0500

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

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index a7772d27..ad197032 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -68,6 +68,7 @@ limitations under the License.
     <module name="ExplicitInitialization" />
     <module name="FallThrough" />
     <module name="FinalLocalVariable" />
+    <module name="IllegalImport" />
     <module name="ImportOrder">
       <property name="option" value="top"/>
       <property name="groups" value="java,javax,org"/>

Reply via email to