Repository: incubator-beam Updated Branches: refs/heads/master 9cc2c2b7f -> 17863c851
Exclude Eclipse .checkstyle files from RAT check Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/2ea54626 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/2ea54626 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/2ea54626 Branch: refs/heads/master Commit: 2ea54626eef00bc6c27df53d0171375103e33e58 Parents: f8f3745 Author: Kenneth Knowles <[email protected]> Authored: Mon Mar 28 12:52:02 2016 -0700 Committer: Kenneth Knowles <[email protected]> Committed: Mon Mar 28 12:52:02 2016 -0700 ---------------------------------------------------------------------- runners/spark/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/2ea54626/runners/spark/pom.xml ---------------------------------------------------------------------- diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml index 05a601a..7fa8392 100644 --- a/runners/spark/pom.xml +++ b/runners/spark/pom.xml @@ -260,6 +260,7 @@ <configuration> <excludes> <exclude>.travis.yml</exclude> + <exclude>**/*.checkstyle</exclude> <exclude>**/*.conf</exclude> <exclude>**/*.iml</exclude> <exclude>**/*.md</exclude>
