1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 07:58:48 +00:00
This commit is contained in:
deadc0de6
2023-01-28 17:26:40 +01:00
committed by deadc0de
parent 57558230c4
commit ec6a31e690
6 changed files with 33 additions and 15 deletions

View File

@@ -54,6 +54,13 @@ find . -iname '*.sh' | while read -r script; do
-e SC1004 \
"${script}"
done
shellcheck -x \
-e SC2002 \
-e SC2126 \
-e SC2129 \
-e SC2181 \
-e SC1004 \
"tests-ng/helpers"
# check other python scripts
echo "-----------------------------------------"