We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885f8de commit 2d27055Copy full SHA for 2d27055
checkstyle-override.xml
@@ -188,7 +188,7 @@
188
<module name="CustomImportOrder">
189
<property name="sortImportsInGroupAlphabetically" value="true"/>
190
<property name="separateLineBetweenGroups" value="true"/>
191
- <property name="customImportOrderRules" value="STATIC###THIRD_PARTY_PACKAGE"/>
+ <property name="customImportOrderRules" value="STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE"/>
192
</module>
193
<module name="MethodParamPad"/>
194
<module name="ParenPad"/>
0 commit comments