Skip to content

Commit

Permalink
[test-plugins] follow external files when linting plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Jul 26, 2023
1 parent a777b9e commit 8afa07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ while IFS= read -r -d '' plugin; do
echo -e "\033[1mTesting plugin $name...\033[0m"

printf "%-60s" " - lint plugin"
run_valid_command shellcheck "$plugin"
run_valid_command shellcheck --external-sources "$plugin"

printf "%-60s" " - run with wrong usage"
run_invalid_command bash "$plugin"
Expand Down

0 comments on commit 8afa07f

Please sign in to comment.