mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 14:31:46 +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 SC2181 \
|
||||
-e SC1004 \
|
||||
-e SC1117 \
|
||||
-e SC2230 \
|
||||
"${script}"
|
||||
done
|
||||
shellcheck -x \
|
||||
|
||||
Reference in New Issue
Block a user