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

commit ae2ee769c1b7bb1329b51f922088499379eb0936
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Oct 9 10:19:27 2023 -0400

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

diff --git a/src/checkstyle/fileupload_checks.xml 
b/src/checkstyle/fileupload_checks.xml
index f30e96ab..c7405f26 100644
--- a/src/checkstyle/fileupload_checks.xml
+++ b/src/checkstyle/fileupload_checks.xml
@@ -218,6 +218,12 @@
     </module>
     <module name="TodoComment" />
     <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