Skip to content

Commit 3bbb00d

Browse files
edits
1 parent f84c705 commit 3bbb00d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/run_clang_tidy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ log info "running clang-tidy in parallel..."
4747

4848
worker_count="$(nproc)"
4949
for file in *.cpp; do
50-
timeout -k=1m run_tidy $file &
50+
run_tidy $file &
5151
while [ "$(jobs | wc -l)" -ge "$worker_count" ]; do
5252
sleep 0.1
5353
done

0 commit comments

Comments
 (0)