You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/06/20 16:53:24 UTC

[airflow] 25/25: In case of worktree .git might be a file - rat-check fails with it

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

potiuk pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit c3287dcaa994b9a29b4a9664608dc2fa5d84cc07
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sat Jun 20 11:27:50 2020 +0200

    In case of worktree .git might be a file - rat-check fails with it
    
    (cherry picked from commit 4359b8e6ca484ded750dcf2f93131bae3e8502dc)
---
 .rat-excludes | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.rat-excludes b/.rat-excludes
index f50f7d3..6bef964 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -83,3 +83,6 @@ PULL_REQUEST_TEMPLATE.md
 
 # the example notebook is ASF 2 licensed but RAT cannot read this
 input_notebook.ipynb
+
+# .git might be a file in case of worktree
+.git