Skip to content

Commit

Permalink
commented checkstyle ImportOrder module
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle-yuan committed Apr 15, 2022
1 parent 8d57a41 commit c5d0075
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions style/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
<property name="format" value="^[a-z]+(\.[a-z][a-z0-9]*)*$"/>
<message key="name.invalidPattern" value="Package name ''{0}'' must match pattern ''{1}''."/>
</module>
<module name="ImportOrder">
<property name="staticGroups"
value="org.apache,java,javax,org,com,com.baidu.hugegraph"/>
<property name="separatedStaticGroups" value="true"/>
<property name="groups" value="org.apache,java,javax,org,com,com.baidu.hugegraph"/>
<property name="ordered" value="true"/>
<property name="separated" value="true"/>
<property name="option" value="top"/>
<property name="sortStaticImportsAlphabetically" value="true"/>
</module>
<!-- <module name="ImportOrder">-->
<!-- <property name="staticGroups"-->
<!-- value="org.apache,java,javax,org,com,com.baidu.hugegraph"/>-->
<!-- <property name="separatedStaticGroups" value="true"/>-->
<!-- <property name="groups" value="org.apache,java,javax,org,com,com.baidu.hugegraph"/>-->
<!-- <property name="ordered" value="true"/>-->
<!-- <property name="separated" value="true"/>-->
<!-- <property name="option" value="top"/>-->
<!-- <property name="sortStaticImportsAlphabetically" value="true"/>-->
<!-- </module>-->
<module name="AvoidStarImport"/>
<module name="RedundantImport"/>
<module name="UnusedImports"/>
Expand Down

0 comments on commit c5d0075

Please sign in to comment.