mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 05:09:17 +00:00
helper shellcheck disabled
This commit is contained in:
7
scripts/check-syntax.sh
vendored
7
scripts/check-syntax.sh
vendored
@@ -56,13 +56,6 @@ find . -iname '*.sh' | while read -r script; do
|
|||||||
-e SC2230 \
|
-e SC2230 \
|
||||||
"${script}"
|
"${script}"
|
||||||
done
|
done
|
||||||
shellcheck -x \
|
|
||||||
-e SC2002 \
|
|
||||||
-e SC2126 \
|
|
||||||
-e SC2129 \
|
|
||||||
-e SC2181 \
|
|
||||||
-e SC1004 \
|
|
||||||
"tests-ng/helpers"
|
|
||||||
|
|
||||||
# check other python scripts
|
# check other python scripts
|
||||||
echo "-----------------------------------------"
|
echo "-----------------------------------------"
|
||||||
|
|||||||
Reference in New Issue
Block a user