소스 검색

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

(cherry picked from commit e097c9a124dc0b9ae9076994d19663f29d771ef0)
Andrew Wang 9 년 전
부모
커밋
c328a1ef5e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pom.xml

+ 1 - 0
pom.xml

@@ -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>