1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 19:44:45 +00:00

helper shellcheck disabled

This commit is contained in:
deadc0de6
2023-01-28 17:43:17 +01:00
committed by deadc0de
parent 82613af8a4
commit fa9ca29d14

View File

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