diff --git a/sh/lint/shellcheck.sh b/sh/lint/shellcheck.sh index f31b2b4..b520fd9 100644 --- a/sh/lint/shellcheck.sh +++ b/sh/lint/shellcheck.sh @@ -18,3 +18,12 @@ rwx_shellcheck() { "${file}" rm "${file}" } + +rwx_shellcheck_write() { + rwx_file_write ".shellcheckrc" "\ +disable=3043 +enable=all +external-sources=true +shell=sh +" +}