We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84c705 commit 3bbb00dCopy full SHA for 3bbb00d
1 file changed
scripts/run_clang_tidy.sh
@@ -47,7 +47,7 @@ log info "running clang-tidy in parallel..."
47
48
worker_count="$(nproc)"
49
for file in *.cpp; do
50
- timeout -k=1m run_tidy $file &
+ run_tidy $file &
51
while [ "$(jobs | wc -l)" -ge "$worker_count" ]; do
52
sleep 0.1
53
done
0 commit comments