未验证 提交 75f79b77 编写于 作者: S Sijie Guo

Exclude helm files from Apache Rat Check.

*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
上级 e1c7df8c
......@@ -1113,6 +1113,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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册