This is an automated email from the ASF dual-hosted git repository.
aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/main by this push:
new 54e8427 YETUS-1129. asflicense errors in yetus tree (#228)
54e8427 is described below
commit 54e8427504dc0d940f961291f08b5aa705503c84
Author: Allen Wittenauer <[email protected]>
AuthorDate: Wed Oct 27 20:15:38 2021 -0700
YETUS-1129. asflicense errors in yetus tree (#228)
---
precommit/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/precommit/pom.xml b/precommit/pom.xml
index f8acd77..e021909 100644
--- a/precommit/pom.xml
+++ b/precommit/pom.xml
@@ -157,6 +157,7 @@
<configuration>
<excludes>
<exclude>src/main/python/unit-test-filter-file.example</exclude>
+ <exclude>src/test/resources/brokenfiles/**</exclude>
</excludes>
</configuration>
</plugin>