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


The following commit(s) were added to refs/heads/master by this push:
     new 5281aa35 Use Checkstyle to validate import order
5281aa35 is described below

commit 5281aa35c57931971190067f1a5057845ba0fd68
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Oct 9 10:52:09 2023 -0400

    Use Checkstyle to validate import order
---
 checkstyle.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/checkstyle.xml b/checkstyle.xml
index 5be0b52c..a4559829 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -203,6 +203,12 @@
       <property name="severity" value="info" />
     </module>
     <module name="UpperEll" />
+    <module name="ImportOrder">
+      <property name="option" value="top"/>
+      <property name="groups" value="java,javax,org"/>
+      <property name="ordered" value="true"/>
+      <property name="separated" value="true"/>
+    </module>
 
   </module>
 

Reply via email to