Repository: hbase
Updated Branches:
  refs/heads/branch-1.4 8a5d87f41 -> 7e6e3f8bc


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/7e6e3f8b
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7e6e3f8b
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7e6e3f8b

Branch: refs/heads/branch-1.4
Commit: 7e6e3f8bca535b727fafba143572de4081e7da71
Parents: 8a5d87f
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:49 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/7e6e3f8b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 62fce60..073b668 100644
--- a/pom.xml
+++ b/pom.xml
@@ -803,6 +803,7 @@
           <configuration>
             <configLocation>hbase/checkstyle.xml</configLocation>
             
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
+            <includeTestSourceDirectory>true</includeTestSourceDirectory>
           </configuration>
         </plugin>
         <plugin>
@@ -1004,6 +1005,7 @@
         <configuration>
           <configLocation>hbase/checkstyle.xml</configLocation>
           
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
+          <includeTestSourceDirectory>true</includeTestSourceDirectory>
         </configuration>
       </plugin>
       <plugin>
@@ -2810,6 +2812,7 @@
         <configuration>
           <configLocation>hbase/checkstyle.xml</configLocation>
           
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
+          <includeTestSourceDirectory>true</includeTestSourceDirectory>
         </configuration>
       </plugin>
     </plugins>

Reply via email to