Add .shellcheckrc to configure shellcheck ignore SC1090-1 globally

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2025-04-06 14:33:34 +01:00
parent 48c59cb6cf
commit 2088601148
14 changed files with 3 additions and 17 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
# shellcheck disable=SC1090
# Ignore warning about `local` being undefinded in POSIX
# shellcheck disable=SC3043