You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by cd...@apache.org on 2021/02/11 17:09:20 UTC

[incubator-wayang] branch main updated: - Added the 0-to-10000.sequence_file to the rat-ignore list

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git


The following commit(s) were added to refs/heads/main by this push:
     new d5f664b  - Added the 0-to-10000.sequence_file to the rat-ignore list
d5f664b is described below

commit d5f664bf7fc01dd853be0de5e80c38b8bb92287f
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Feb 11 18:09:12 2021 +0100

    - Added the 0-to-10000.sequence_file to the rat-ignore list
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 79275f8..78ef884 100644
--- a/pom.xml
+++ b/pom.xml
@@ -975,6 +975,7 @@
 
                         <exclude>**/*.yaml</exclude>
 
+                        <exclude>**/0-to-10000.sequence_file</exclude>
                         <!-- TODO: I am pretty sure we need to remove this and replace it with a different text -->
                         <exclude>src/test/resources/ulysses.txt</exclude>
                         <exclude>src/test/resources/test.edgelist</exclude>