Skip to content

Commit 77ceb66

Browse files
committed
Ignore dynamic paths with shellcheck
We source a bunch of dynamic paths, `shellcheck` cannot handle dynamic paths - configure `shellcheck` to ignore the warnings.
1 parent 7d180c4 commit 77ceb66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/run_task.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env bash
22
#
33
# Script used to run CI jobs, can also be used from the command line.
4+
#
5+
# Shellcheck can't search dynamic paths
6+
# shellcheck source=/dev/null
47

58
set -euox pipefail
69

0 commit comments

Comments
 (0)