Added a shellcheckrc and allowing string replacement in scripts for now (not POSIX compliant)

This commit is contained in:
Maarten van Gompel 2020-12-05 12:07:00 +01:00
parent bcf4f5c249
commit 995a80c40c

2
.shellcheckrc Normal file
View file

@ -0,0 +1,2 @@
# Allow string replacements (not POSIX compliant)
disable=SC2039