summaryrefslogtreecommitdiffstats
path: root/.shellcheckrc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-17 14:57:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-17 14:57:16 +0000
commit839f2a19145079d32e1d0ab5a0f31f9cd7c3afdf (patch)
treee8091b85221c46641c1a902e9e19ca72fd0d002f /.shellcheckrc
parentAdding upstream version 1:2.13.0. (diff)
downloadbash-completion-66fc90f410874589d814b099ecd95b4a6799c3fd.tar.xz
bash-completion-66fc90f410874589d814b099ecd95b4a6799c3fd.zip
Adding upstream version 1:2.14.0.upstream/1%2.14.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.shellcheckrc')
-rw-r--r--.shellcheckrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/.shellcheckrc b/.shellcheckrc
index 3a3d939..a638d96 100644
--- a/.shellcheckrc
+++ b/.shellcheckrc
@@ -4,9 +4,7 @@ enable=require-double-brackets
disable=SC1090 # not really fixable usually (ever?)
disable=SC2034 # for localizing variables set in called functions
disable=SC2128 # intentional style choice
-disable=SC2206 # suggested alternatives fail in posix mode or use temp files
disable=SC2209 # interferes with our `set` (literal) vs empty booleans
-disable=SC2207 # suggested alternatives fail in posix mode or use temp files
# These disables are to be investigated and decided