We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to #2038 but simpler. Consider the following:
#!/usr/bin/env bash function sourceOrDie() { source "$@" || exit 1 } # shellcheck will not follow the sourced file sourceOrDie "foo.sh"
I.e. I only need a way to tell shellcheck aliases of source (although they have some additional behaviour but for the analysis this doesn't matter).
source
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Similar to #2038 but simpler. Consider the following:
I.e. I only need a way to tell shellcheck aliases of
source
(although they have some additional behaviour but for the analysis this doesn't matter).The text was updated successfully, but these errors were encountered: