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

viirya pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 9600e05  build: Exclude .github from apache-rat-plugin check (#32)
9600e05 is described below

commit 9600e05837a0facbdbb0734a8313b7bc3d6d6dae
Author: Liang-Chi Hsieh <[email protected]>
AuthorDate: Thu Feb 15 08:41:44 2024 -0800

    build: Exclude .github from apache-rat-plugin check (#32)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index e693033..0e72f92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -820,6 +820,7 @@ under the License.
             <exclude>**/build/**</exclude>
             <exclude>**/target/**</exclude>
             <exclude>.git/**</exclude>
+            <exclude>.github/**</exclude>
             <exclude>.gitignore</exclude>
             <exclude>.gitmodules</exclude>
             <exclude>**/.idea/**</exclude>

Reply via email to