Skip to content

Commit

Permalink
Update checkstyle.xml
Browse files Browse the repository at this point in the history
Correct customImportOrderRules
  • Loading branch information
tomdesair committed Jun 30, 2021
1 parent 58865f0 commit 80dd9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<module name="CustomImportOrder">
<property name="sortImportsInGroupAlphabetically" value="true"/>
<property name="separateLineBetweenGroups" value="true"/>
<property name="customImportOrderRules" value="STATIC###THIRD_PARTY_PACKAGE"/>
<property name="customImportOrderRules" value="STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE"/>
</module>
<module name="MethodParamPad"/>
<module name="NoWhitespaceBefore">
Expand Down

0 comments on commit 80dd9ef

Please sign in to comment.