Repository: hbase
Updated Branches:
  refs/heads/branch-1 0d26ca7df -> 4ff957df0


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

Branch: refs/heads/branch-1
Commit: 4ff957df08c352848d2072c661f267dd6747e423
Parents: 0d26ca7
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:33 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/4ff957df/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0e1910d..2076782 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