mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-16 07:11:10 +00:00
shellcheck ignores
This commit is contained in:
2
scripts/check-syntax.sh
vendored
2
scripts/check-syntax.sh
vendored
@@ -52,6 +52,8 @@ find . -iname '*.sh' | while read -r script; do
|
|||||||
-e SC2129 \
|
-e SC2129 \
|
||||||
-e SC2181 \
|
-e SC2181 \
|
||||||
-e SC1004 \
|
-e SC1004 \
|
||||||
|
-e SC1117 \
|
||||||
|
-e SC2230 \
|
||||||
"${script}"
|
"${script}"
|
||||||
done
|
done
|
||||||
shellcheck -x \
|
shellcheck -x \
|
||||||
|
|||||||
Reference in New Issue
Block a user