shellcheck/write

This commit is contained in:
Marc Beninca 2024-12-01 16:41:48 +01:00
parent 482ba47dd9
commit d549d03c99
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -18,3 +18,12 @@ rwx_shellcheck() {
"${file}" "${file}"
rm "${file}" rm "${file}"
} }
rwx_shellcheck_write() {
rwx_file_write ".shellcheckrc" "\
disable=3043
enable=all
external-sources=true
shell=sh
"
}