From 77404ee964300676507fd002b3929accd8b60b1a Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Thu, 18 Aug 2022 10:40:26 -0700 Subject: [PATCH] Add shellcheck rc file --- src/.shellcheckrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/.shellcheckrc diff --git a/src/.shellcheckrc b/src/.shellcheckrc new file mode 100644 index 0000000..1b57586 --- /dev/null +++ b/src/.shellcheckrc @@ -0,0 +1,2 @@ +# ignore "Not following" errors; they usually can't be automatically resolved +disable=SC1091