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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 977cc00  Exclude helm files from Apache Rat Check. (#2209)
977cc00 is described below

commit 977cc00c2b23d0952cb3f28b1cb8856a121d0768
Author: Sijie Guo <[email protected]>
AuthorDate: Mon Jul 23 11:21:18 2018 -0700

    Exclude helm files from Apache Rat Check. (#2209)
    
    *Motivation*
    
    Some of the helm files (e.g. helm ignore file and template file) doesn't 
have ASF license header.
    It is tricky to add license headers for them. so exclude them from rat 
check.
    
    *Changes*
    
    Exclude two files from Apache Rat Check
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index ccc50cd..c0e23b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1116,6 +1116,10 @@ flexible messaging model and an intuitive client 
API.</description>
 
             <!-- Configuration Templates -->
             <exclude>conf/schema_example.conf</exclude>
+
+            <!-- helm files -->
+            <exclude>**/.helmignore</exclude>
+            <exclude>**/_helpers.tpl</exclude>
           </excludes>
         </configuration>
       </plugin>

Reply via email to