HADOOP-12701. Run checkstyle on test source files. Contributed by John Zhuge.

(cherry picked from commit e097c9a124)
This commit is contained in:
Andrew Wang 2016-05-06 17:20:47 -07:00
parent 3895058a67
commit c328a1ef5e
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</dependencies>
<configuration>
<configLocation>checkstyle/checkstyle.xml</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<failOnViolation>false</failOnViolation>
<format>xml</format>
<format>html</format>