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-validator.git
commit 0ae2dda1896758bede63dbd965b790cf804800a5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Dec 1 08:16:17 2023 -0500 Comment TODO --- src/conf/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 72f7d45a..d74788c8 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -124,7 +124,7 @@ </module> <module name="ImportOrder"> <property name="option" value="top"/> - <property name="groups" value="java,javax,org"/> + <property name="groups" value="java,javax,org,junit"/> <property name="ordered" value="true"/> <property name="separated" value="true"/> </module>