From cac68d0d60da066feabfef65d326729e2d9bc424 Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Mon, 13 Jan 2020 11:05:19 +0100 Subject: [PATCH] temporary disable clang-tidy --- scripts/lint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/lint.sh b/scripts/lint.sh index 0a9fbe9..b62f0d3 100755 --- a/scripts/lint.sh +++ b/scripts/lint.sh @@ -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 ======================================"