Repository: hbase
Updated Branches:
  refs/heads/branch-1.3 e1f537f5c -> 1b6d6abaf


HBASE-18438 Precommit doesn't warn about unused imports

Signed-off-by: Chia-Ping Tsai <chia7...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1b6d6aba
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1b6d6aba
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1b6d6aba

Branch: refs/heads/branch-1.3
Commit: 1b6d6abaf4c5a36ac0ae7650e1bec26310450f2f
Parents: e1f537f
Author: Mike Drob <md...@apache.org>
Authored: Sun Oct 29 20:45:20 2017 +0800
Committer: Chia-Ping Tsai <chia7...@gmail.com>
Committed: Sun Oct 29 20:48:59 2017 +0800

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/1b6d6aba/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 08d7c06..2efffb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -801,6 +801,7 @@
           <configuration>
             <configLocation>hbase/checkstyle.xml</configLocation>
             
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
+            <includeTestSourceDirectory>true</includeTestSourceDirectory>
           </configuration>
         </plugin>
         <plugin>
@@ -1001,6 +1002,7 @@
         <configuration>
           <configLocation>hbase/checkstyle.xml</configLocation>
           
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
+          <includeTestSourceDirectory>true</includeTestSourceDirectory>
         </configuration>
       </plugin>
       <plugin>
@@ -2729,6 +2731,7 @@
         <configuration>
           <configLocation>hbase/checkstyle.xml</configLocation>
           
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
+          <includeTestSourceDirectory>true</includeTestSourceDirectory>
         </configuration>
       </plugin>
     </plugins>

Reply via email to