From: Kyle Bowman Date: Thu, 10 Apr 2025 11:37:41 +0000 (-0400) Subject: add shellcheckrc to ignore unresolved paths X-Git-Url: https://git.rocketbowman.com/?a=commitdiff_plain;p=belfry.git add shellcheckrc to ignore unresolved paths --- diff --git a/.shellcheckrc b/.shellcheckrc new file mode 100644 index 0000000..042031c --- /dev/null +++ b/.shellcheckrc @@ -0,0 +1,2 @@ +# Don't tell me you can't find "$DIR/path". I know that. +disable=SC1091 \ No newline at end of file