]> git.ipfire.org Git - thirdparty/dracut.git/blame - .shellcheckrc
chore: add .shellcheckrc
[thirdparty/dracut.git] / .shellcheckrc
CommitLineData
eddca442
HH
1# SC2039: In POSIX sh, 'local' is undefined.
2disable=SC2039
3
4# SC2166: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
5disable=SC2166