Skip to content

Commit

Permalink
Disable shellcheck SC1090
Browse files Browse the repository at this point in the history
We use `REPO_DIR` in file paths when sourcing so shellcheck cannot find
the files. Disable the lint.

(I thought -x used to shoosh this warning but it doesn't seem to be
doing so.)
  • Loading branch information
tcharding committed Aug 9, 2024
1 parent 3c31ce7 commit 5f10977
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.
#
# disable can't follow non-constant source (because paths use $REPO_DIR).
# shellcheck disable=SC1090

set -euox pipefail

Expand Down

0 comments on commit 5f10977

Please sign in to comment.