temporary disable clang-tidy
This commit is contained in:
parent
bcf92f46cf
commit
cac68d0d60
1 changed files with 2 additions and 1 deletions
|
@ -30,6 +30,7 @@ set -e
|
|||
# Revert changes of git-clang-format.
|
||||
git checkout -- .
|
||||
|
||||
git diff HEAD^ | clang-tidy-diff -p1 -quiet > "${TARGET_DIR}"/clang-tidy.txt
|
||||
# TODO: clang tidy is currently disabled, see https://github.com/google/llvm-premerge-checks/issues/91
|
||||
# git diff HEAD^ | clang-tidy-diff -p1 -quiet > "${TARGET_DIR}"/clang-tidy.txt
|
||||
|
||||
echo "linters completed ======================================"
|
||||
|
|
Loading…
Reference in a new issue