From 82613af8a408987813024e738c717d4d3933a0e7 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 28 Jan 2023 17:40:13 +0100 Subject: [PATCH] shellcheck ignores --- scripts/check-syntax.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/check-syntax.sh b/scripts/check-syntax.sh index 4139fdf..262ad4b 100755 --- a/scripts/check-syntax.sh +++ b/scripts/check-syntax.sh @@ -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 \