Skip to content

Commit 2d27055

Browse files
committed
Set checkstyle import order to match existing code
1 parent 885f8de commit 2d27055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkstyle-override.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<module name="CustomImportOrder">
189189
<property name="sortImportsInGroupAlphabetically" value="true"/>
190190
<property name="separateLineBetweenGroups" value="true"/>
191-
<property name="customImportOrderRules" value="STATIC###THIRD_PARTY_PACKAGE"/>
191+
<property name="customImportOrderRules" value="STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE"/>
192192
</module>
193193
<module name="MethodParamPad"/>
194194
<module name="ParenPad"/>

0 commit comments

Comments
 (0)