Instruct shellcheck to follow sourced files
This commit is contained in:
@@ -3,5 +3,5 @@
|
|||||||
files=$(find . -type f | grep -v '\.git' | grep '\.sh')
|
files=$(find . -type f | grep -v '\.git' | grep '\.sh')
|
||||||
|
|
||||||
for i in $files; do
|
for i in $files; do
|
||||||
shellcheck "$i"
|
shellcheck -x "$i"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user