1
0
Fork 0

temporary disable clang-tidy

This commit is contained in:
Mikhail Goncharov 2020-01-13 11:05:19 +01:00
parent bcf92f46cf
commit cac68d0d60

View file

@ -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 ======================================"