Skip to content

Commit 6fbd484

Browse files
committed
Update checkstyle import rule
Update the checkstyle rule to enforce the blank line between `java` and `javax`. Closes gh-23539
1 parent deba2ed commit 6fbd484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<property name="processJavadoc" value="true" />
9191
</module>
9292
<module name="com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck">
93-
<property name="groups" value="/javax?/,/[^org\.springframework]/,org.springframework" />
93+
<property name="groups" value="java,/^javax?\./,*,org.springframework" />
9494
<property name="ordered" value="true" />
9595
<property name="separated" value="true" />
9696
<property name="option" value="bottom" />

0 commit comments

Comments
 (0)