You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/11/25 14:19:31 UTC

[tvm] branch main updated: [CI] Disable ASF header checking on untracked files (#6975)

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

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new c39b8c5  [CI] Disable ASF header checking on untracked files (#6975)
c39b8c5 is described below

commit c39b8c5bcda4ec92957efe26993a04d47ec9d535
Author: manupa-arm <61...@users.noreply.github.com>
AuthorDate: Wed Nov 25 14:18:04 2020 +0000

    [CI] Disable ASF header checking on untracked files (#6975)
    
    * This patch will disable checking for ASF header in untracked
      files that are never going to make its way into the repo.
    * That would help developers to have their untracked local files.
    
    Change-Id: Ie9f1aae28a474f10f52f22fe9e27a52afd95b4be
---
 tests/scripts/task_lint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/scripts/task_lint.sh b/tests/scripts/task_lint.sh
index deb9b9b..700c631 100755
--- a/tests/scripts/task_lint.sh
+++ b/tests/scripts/task_lint.sh
@@ -31,7 +31,7 @@ echo "Checking file types..."
 python3 tests/lint/check_file_type.py
 
 echo "Checking ASF license headers..."
-tests/lint/check_asf_header.sh
+tests/lint/check_asf_header.sh --local
 
 echo "Linting the C++ code..."
 tests/lint/cpplint.sh