Skip to content

Commit 8afa07f

Browse files
[test-plugins] follow external files when linting plugins
1 parent a777b9e commit 8afa07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-plugins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ while IFS= read -r -d '' plugin; do
5858
echo -e "\033[1mTesting plugin $name...\033[0m"
5959

6060
printf "%-60s" " - lint plugin"
61-
run_valid_command shellcheck "$plugin"
61+
run_valid_command shellcheck --external-sources "$plugin"
6262

6363
printf "%-60s" " - run with wrong usage"
6464
run_invalid_command bash "$plugin"

0 commit comments

Comments
 (0)