Skip to content

Commit

Permalink
HBASE-15693 Reconsider the ImportOrder rule of checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Apache9 committed Apr 24, 2016
1 parent 36e4033 commit e0b8098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
http://checkstyle.sourceforge.net/config_imports.html -->
<module name="AvoidStarImport"/>
<module name="ImportOrder">
<property name="option" value="top" />
<property name="ordered" value="true"/>
<property name="sortStaticImportsAlphabetically" value="true"/>
</module>
Expand Down

0 comments on commit e0b8098

Please sign in to comment.