]> git.rocketbowman.com Git - belfry.git/commitdiff
add shellcheckrc to ignore unresolved paths main
authorKyle Bowman <kyle+github@rocketbowman.com>
Thu, 10 Apr 2025 11:37:41 +0000 (07:37 -0400)
committerKyle Bowman <kyle+github@rocketbowman.com>
Thu, 10 Apr 2025 11:37:41 +0000 (07:37 -0400)
.shellcheckrc [new file with mode: 0644]

diff --git a/.shellcheckrc b/.shellcheckrc
new file mode 100644 (file)
index 0000000..042031c
--- /dev/null
@@ -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