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 5c39a04 commit 16188dcCopy full SHA for 16188dc
tools/shellcheck.sh
@@ -47,4 +47,7 @@ fi
47
48
while IFS= read -r -d '' file; do
49
git check-ignore -q "$file" || shellcheck -s bash "$file"
50
-done < <(find . -path ./.git -prune -o -name "*.sh" -print0)
+done < <(find . \
51
+ -path ./.git -prune -o \
52
+ -path ./vllm-empty -prune -o \
53
+ -name "*.sh" -print0)
0 commit comments