From fa9ca29d1482550ce6ce42a39ffa58738ef95e94 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 28 Jan 2023 17:43:17 +0100 Subject: [PATCH] helper shellcheck disabled --- scripts/check-syntax.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/check-syntax.sh b/scripts/check-syntax.sh index 262ad4b..5f8e843 100755 --- a/scripts/check-syntax.sh +++ b/scripts/check-syntax.sh @@ -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 "-----------------------------------------"