You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by rg...@apache.org on 2022/03/27 16:55:37 UTC

[flume] 08/09: Do not perform RAT checks on yaml or json files

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

commit b7975d3b9ea33064e8a5da5127d0a22bb6d3b797
Author: Ralph Goers <rg...@apache.org>
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 1697e82..9c47c25 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>