HBASE-15693 Reconsider the ImportOrder rule of checkstyle
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e0b80988 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e0b80988 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e0b80988 Branch: refs/heads/HBASE-14850 Commit: e0b80988698833fb7edced115d178819e095e9e8 Parents: 36e4033 Author: zhangduo <[email protected]> Authored: Fri Apr 22 19:54:02 2016 +0800 Committer: zhangduo <[email protected]> Committed: Sun Apr 24 11:05:46 2016 +0800 ---------------------------------------------------------------------- hbase-checkstyle/src/main/resources/hbase/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/e0b80988/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml ---------------------------------------------------------------------- diff --git a/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml b/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml index 6095d99..b423095 100644 --- a/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml +++ b/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml @@ -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>
