HADOOP-13412. Move dev-support/checkstyle/suppressions.xml to hadoop-build-tools. Contributed by John Zhuge.

This commit is contained in:
Wei-Chiu Chuang 2016-09-16 14:26:42 -07:00
parent 0e68e14d55
commit cd099a63d5
2 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</dependencies>
<configuration>
<configLocation>checkstyle/checkstyle.xml</configLocation>
<suppressionsLocation>dev-support/checkstyle/suppressions.xml</suppressionsLocation>
<suppressionsLocation>checkstyle/suppressions.xml</suppressionsLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<failOnViolation>false</failOnViolation>
<format>xml</format>