chore: add .shellcheckrc

master
Harald Hoyer 2021-02-24 14:41:49 +01:00 committed by Harald Hoyer
parent 9012f3996b
commit eddca44221
1 changed files with 5 additions and 0 deletions

5
.shellcheckrc Normal file
View File

@ -0,0 +1,5 @@
# SC2039: In POSIX sh, 'local' is undefined.
disable=SC2039

# SC2166: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
disable=SC2166