Skip to content

Commit

Permalink
[CI/Build] Ignore .gitignored files for shellcheck (vllm-project#10162)
Browse files Browse the repository at this point in the history
Signed-off-by: luka <[email protected]>
Signed-off-by: Jee Jee Li <[email protected]>
  • Loading branch information
ProExpertProg authored and jeejeelee committed Nov 11, 2024
1 parent b7c4c3b commit 067e05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/shellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ if ! [ -x "$(command -v shellcheck)" ]; then
fi

# TODO - fix warnings in .buildkite/run-amd-test.sh
find . -name "*.sh" -not -path "./.deps/*" -not -path "./.buildkite/run-amd-test.sh" -exec shellcheck {} +
find . -name "*.sh" -not -path "./.buildkite/run-amd-test.sh" -exec sh -c 'git check-ignore -q $1 || shellcheck $1' _ {} \;

0 comments on commit 067e05b

Please sign in to comment.