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 952b207cfed5db057574eb4e6338a51ae5990696
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Feb 28 18:18:12 2025 -0500

    Apply Checkstyle AvoidStarImport to all
---
 src/conf/checkstyle.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 13a2dc9b..f1c78575 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -57,9 +57,7 @@ limitations under the License.
     <property name="file" value="${config_loc}/checkstyle-suppressions.xml"/>
   </module>
   <module name="TreeWalker">
-    <module name="AvoidStarImport">
-      <property name="excludes" value="org.junit.Assert"/>
-    </module>
+    <module name="AvoidStarImport"/>
     <module name="EmptyBlock">
       <property name="option" value="text"/>
     </module>

Reply via email to