Repository: hbase
Updated Branches:
  refs/heads/branch-1.1 d0a3a747e -> b069ed691


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

Branch: refs/heads/branch-1.1
Commit: b069ed691e8389bb57d9952f084cbfbca7bf7428
Parents: d0a3a74
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:51:41 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/b069ed69/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 447fd8a..ea6ae0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -805,6 +805,7 @@
           <configuration>
             <configLocation>hbase/checkstyle.xml</configLocation>
             
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
+            <includeTestSourceDirectory>true</includeTestSourceDirectory>
           </configuration>
         </plugin>
         <plugin>
@@ -1005,6 +1006,7 @@
         <configuration>
           <configLocation>hbase/checkstyle.xml</configLocation>
           
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
+          <includeTestSourceDirectory>true</includeTestSourceDirectory>
         </configuration>
       </plugin>
       <plugin>
@@ -2658,6 +2660,7 @@
         <configuration>
           <configLocation>hbase/checkstyle.xml</configLocation>
           
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
+          <includeTestSourceDirectory>true</includeTestSourceDirectory>
         </configuration>
       </plugin>
     </plugins>

Reply via email to