Skip to content

Commit

Permalink
Ignore dynamic paths with shellcheck
Browse files Browse the repository at this point in the history
We source a bunch of dynamic paths, `shellcheck` cannot handle dynamic
paths - configure `shellcheck` to ignore the warnings.
  • Loading branch information
tcharding committed Aug 21, 2024
1 parent 7d180c4 commit 77ceb66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/run_task.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/usr/bin/env bash
#
# Script used to run CI jobs, can also be used from the command line.
#
# Shellcheck can't search dynamic paths
# shellcheck source=/dev/null

set -euox pipefail

Expand Down

0 comments on commit 77ceb66

Please sign in to comment.