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 <[email protected]> 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
