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 935ecf21 Use Checkstyle to validate import order 935ecf21 is described below commit 935ecf215349b892fae40f0499d38474686f9f09 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Oct 11 11:33:24 2023 -0400 Use Checkstyle to validate import order --- checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkstyle.xml b/checkstyle.xml index a4559829..94b394c4 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -205,7 +205,7 @@ <module name="UpperEll" /> <module name="ImportOrder"> <property name="option" value="top"/> - <property name="groups" value="java,javax,org"/> + <property name="groups" value="java,javax,junit,org"/> <property name="ordered" value="true"/> <property name="separated" value="true"/> </module>