]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
chore: add .shellcheckrc
authorHarald Hoyer <harald@redhat.com>
Wed, 24 Feb 2021 13:41:49 +0000 (14:41 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Sat, 13 Mar 2021 19:10:43 +0000 (20:10 +0100)
.shellcheckrc [new file with mode: 0644]

diff --git a/.shellcheckrc b/.shellcheckrc
new file mode 100644 (file)
index 0000000..0b0b5db
--- /dev/null
@@ -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