Skip to content

Commit

Permalink
[CI] Disable ASF header checking on untracked files (apache#6975)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
manupak authored and Trevor Morris committed Dec 4, 2020
1 parent ed62b3f commit 14fbcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/task_lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14fbcfb

Please sign in to comment.