summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-09-29 21:47:06 +0200
committerYour Name2020-09-30 10:53:17 +0200
commite889573b9cf9c09ef683a84f635eb17a21f447fa (patch)
tree544b18a833790d2a9463909719c52ecffd4b8324
parent1acc7d67a0913b457511d1e002d2f0cb8883e1e0 (diff)
downloadaur-e889573b9cf9c09ef683a84f635eb17a21f447fa.tar.gz
add .shellcheckrc
Signed-off-by: Your Name <you@example.com>
-rw-r--r--.shellcheckrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.shellcheckrc b/.shellcheckrc
new file mode 100644
index 000000000000..426d75bb9e30
--- /dev/null
+++ b/.shellcheckrc
@@ -0,0 +1,6 @@
+# allow unsafe `cd `
+disable=SC2164
+# allow unused variable (pkgname,pkgver etc.)
+disable=SC2034
+# allow uninitialized variable (srcdir,pkgdir)
+disable=SC2154