We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a777b9e commit 8afa07fCopy full SHA for 8afa07f
tests/test-plugins.sh
@@ -58,7 +58,7 @@ while IFS= read -r -d '' plugin; do
58
echo -e "\033[1mTesting plugin $name...\033[0m"
59
60
printf "%-60s" " - lint plugin"
61
- run_valid_command shellcheck "$plugin"
+ run_valid_command shellcheck --external-sources "$plugin"
62
63
printf "%-60s" " - run with wrong usage"
64
run_invalid_command bash "$plugin"
0 commit comments