Skip to content
Snippets Groups Projects
Unverified Commit ae4425fb authored by Newbyte's avatar Newbyte :snowflake:
Browse files

CI: Allow use of "local" keyword

ash supports this just fine, and the benefits outweigh 100% POSIX
compatibility.
parent 695588cd
No related branches found
No related tags found
1 merge request!4Draft: Add support for ST-Ericsson NovaThor U8500
Pipeline #141359 passed
......@@ -21,5 +21,5 @@ sh_files="
for file in $sh_files; do
echo "Test with shellcheck: $file"
cd "$DIR/../$(dirname "$file")"
shellcheck -e SC1008 -x "$(basename "$file")"
shellcheck -e SC1008 -e SC3043 -x "$(basename "$file")"
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment