Skip to content

Commit

Permalink
Merge pull request #12489 from eduardoj/fix_shellcheck
Browse files Browse the repository at this point in the history
Prevent shellcheck from following a source file
  • Loading branch information
vpereira committed Apr 26, 2022
2 parents 778823d + 1fbb36d commit 3f5aa38
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 3f5aa38

Please sign in to comment.