shellcheck/write
This commit is contained in:
parent
482ba47dd9
commit
d549d03c99
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue