Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
87713c60
Unverified
Commit
87713c60
authored
Nov 08, 2024
by
Luka Govedič
Committed by
GitHub
Nov 08, 2024
Browse files
[CI/Build] Ignore .gitignored files for shellcheck (#10162)
Signed-off-by:
luka
<
luka@neuralmagic.com
>
parent
b5815c84
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/shellcheck.sh
tools/shellcheck.sh
+1
-1
No files found.
tools/shellcheck.sh
View file @
87713c60
...
...
@@ -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'
_
{}
\;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment