This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git
The following commit(s) were added to refs/heads/trunk by this push:
new b155e20 Do not perform RAT checks on yaml or json files
b155e20 is described below
commit b155e204959b33e73f14aa0e3d68d79afeed5755
Author: Ralph Goers <[email protected]>
AuthorDate: Sat Mar 26 23:27:31 2022 -0700
Do not perform RAT checks on yaml or json files
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index a2fb65e..bb8b250 100644
--- a/pom.xml
+++ b/pom.xml
@@ -531,6 +531,9 @@ limitations under the License.
<exclude>.git/</exclude>
<exclude>patchprocess/</exclude>
<exclude>.gitignore</exclude>
+ <exclude>**/*.yml</exclude>
+ <exclude>**/*.yaml</exclude>
+ <exclude>**/*.json</exclude>
<!-- ASF jenkins box puts the Maven repo in our root directory.
-->
<exclude>.repository/</exclude>
<exclude>**/*.diff</exclude>