Skip to content

Commit 8b23361

Browse files
committed
clang-tidy bug
Signed-off-by: turuslan <[email protected]>
1 parent 3f30bc0 commit 8b23361

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

housekeeping/clang-tidy-diff.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
BUILD_DIR="${BUILD_DIR:?}"
99

1010
cd $(dirname $0)/..
11-
git diff -U0 origin/master | clang-tidy-diff.py -p1 -path $BUILD_DIR -iregex '(include|src)\/.*\.(h|c|hpp|cpp)'
11+
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

Comments
 (0)