HADOOP-12701. Run checkstyle on test source files. Contributed by John Zhuge.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e097c9a1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e097c9a1 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e097c9a1 Branch: refs/heads/HDFS-1312 Commit: e097c9a124dc0b9ae9076994d19663f29d771ef0 Parents: b2ed6ae Author: Andrew Wang <[email protected]> Authored: Fri May 6 17:20:47 2016 -0700 Committer: Andrew Wang <[email protected]> Committed: Fri May 6 17:20:47 2016 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/e097c9a1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b5bb0f3..14f4680 100644 --- a/pom.xml +++ b/pom.xml @@ -316,6 +316,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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
