We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f30bc0 commit 8b23361Copy full SHA for 8b23361
housekeeping/clang-tidy-diff.sh
@@ -8,4 +8,5 @@
8
BUILD_DIR="${BUILD_DIR:?}"
9
10
cd $(dirname $0)/..
11
-git diff -U0 origin/master | clang-tidy-diff.py -p1 -path $BUILD_DIR -iregex '(include|src)\/.*\.(h|c|hpp|cpp)'
+git diff -U0 origin/master | clang-tidy-diff.py -p1 -path $BUILD_DIR -iregex '(include|src)\/.*\.(h|c|hpp|cpp)' | tee clang-tidy.log
12
+grep -v ': error:' clang-tidy.log
0 commit comments