From d947a25c1524238c75d4da4762468446e4e96aaa Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Mon, 29 Jan 2024 14:34:00 +0000 Subject: [PATCH] Disable Shellcheck rule in husky init.sh --- configs/husky/init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/husky/init.sh b/configs/husky/init.sh index c04b51c..5071c66 100644 --- a/configs/husky/init.sh +++ b/configs/husky/init.sh @@ -1,3 +1,5 @@ +# shellcheck disable=SC2148 + # Runs before husky hooks, in non-interative shell environments like Sourcetree # https://typicode.github.io/husky/how-to.html#node-version-managers-and-guis