Skip to content

Commit 16188dc

Browse files
committed
fix
Signed-off-by: wangli <[email protected]>
1 parent 5c39a04 commit 16188dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/shellcheck.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ fi
4747

4848
while IFS= read -r -d '' file; do
4949
git check-ignore -q "$file" || shellcheck -s bash "$file"
50-
done < <(find . -path ./.git -prune -o -name "*.sh" -print0)
50+
done < <(find . \
51+
-path ./.git -prune -o \
52+
-path ./vllm-empty -prune -o \
53+
-name "*.sh" -print0)

0 commit comments

Comments
 (0)