HBASE-18438 Precommit doesn't warn about unused imports
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
0ad8a6f51b
commit
8fb22d9c1f
3
pom.xml
3
pom.xml
|
@ -909,6 +909,7 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<configLocation>hbase/checkstyle.xml</configLocation>
|
<configLocation>hbase/checkstyle.xml</configLocation>
|
||||||
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
|
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
|
||||||
|
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@ -1137,6 +1138,7 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<configLocation>hbase/checkstyle.xml</configLocation>
|
<configLocation>hbase/checkstyle.xml</configLocation>
|
||||||
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
|
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
|
||||||
|
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -3502,6 +3504,7 @@
|
||||||
<excludes>target/**</excludes>
|
<excludes>target/**</excludes>
|
||||||
<configLocation>hbase/checkstyle.xml</configLocation>
|
<configLocation>hbase/checkstyle.xml</configLocation>
|
||||||
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
|
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
|
||||||
|
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue