Skip to content

Commit

Permalink
Prevent shellcheck from following a source file
Browse files Browse the repository at this point in the history
We still don't want the source file to pass the linter. This is fixing a
behaviour introduced with a new version of shellcheck.
  • Loading branch information
eduardoj committed Apr 26, 2022
1 parent 778823d commit 1fbb36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/t/0000-check_users_and_group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
BASH_TAP_ROOT=$(dirname "$0")


# shellcheck disable=SC1090
# shellcheck source=/dev/null
. "$BASH_TAP_ROOT"/bash-tap-bootstrap


Expand Down

0 comments on commit 1fbb36d

Please sign in to comment.