summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPolpOnline2021-06-05 15:52:55 +0200
committerPolpOnline2021-06-05 15:52:55 +0200
commit7179e6d806ac866c01a3a0b4db22714653d133d6 (patch)
tree6da3a0d9599f5c535fd03f6315e33bfce786bfa5
parente5e51bfa472aa98ce2a21c548f8f4566325ea324 (diff)
downloadaur-7179e6d806ac866c01a3a0b4db22714653d133d6.tar.gz
new: Added .shellcheckrc file
-rw-r--r--.shellcheckrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.shellcheckrc b/.shellcheckrc
new file mode 100644
index 000000000000..6a45974a1fba
--- /dev/null
+++ b/.shellcheckrc
@@ -0,0 +1,3 @@
+disable=SC2034
+disable=SC2154
+disable=SC2148