From 5106458b4cb36a8c85ed23b09ff8180e9b6498d1 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Mon, 16 Sep 2024 02:48:19 +0200 Subject: [PATCH] updated lint.sh --- bin/lint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/lint.sh b/bin/lint.sh index ddb421a8..27691145 100755 --- a/bin/lint.sh +++ b/bin/lint.sh @@ -77,6 +77,8 @@ if [ -n "$lint_hint" ]; then fi else case "$basename" in + *.sh) shellcheck "$basename" + ;; Makefile) check_makefiles.sh "$basename" ;; Dockerfile) #hadolint "$basename"