From e77754d44ce8c689c7699012744ca023cbc5719a Mon Sep 17 00:00:00 2001 From: typicode Date: Fri, 16 Feb 2024 23:45:02 +0100 Subject: [PATCH] shellcheck --- .shellcheckrc | 1 - husky | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .shellcheckrc diff --git a/.shellcheckrc b/.shellcheckrc deleted file mode 100644 index 325e8565b..000000000 --- a/.shellcheckrc +++ /dev/null @@ -1 +0,0 @@ -disable=SC1090,SC2164 diff --git a/husky b/husky index a52ec0b40..da8f7421c 100644 --- a/husky +++ b/husky @@ -19,6 +19,7 @@ x() { echo "$g" | xargs git add } +c=0 h() { [ $c != 0 ] && echo "husky - $h script failed (code $c)" [ $c = 127 ] && echo "husky - command not found in PATH=$PATH"