HBASE-18438 Precommit doesn't warn about unused imports
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
482d6bd3a4
commit
0b7d8ffc21
3
pom.xml
3
pom.xml
|
@ -958,6 +958,7 @@
|
|||
<configuration>
|
||||
<configLocation>hbase/checkstyle.xml</configLocation>
|
||||
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
|
||||
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
@ -1186,6 +1187,7 @@
|
|||
<configuration>
|
||||
<configLocation>hbase/checkstyle.xml</configLocation>
|
||||
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
|
||||
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
@ -3531,6 +3533,7 @@
|
|||
<excludes>target/**</excludes>
|
||||
<configLocation>hbase/checkstyle.xml</configLocation>
|
||||
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
|
||||
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
|
Loading…
Reference in New Issue