summaryrefslogtreecommitdiffstats
path: root/.shellcheckrc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-17 14:57:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-17 14:57:17 +0000
commit8c80e4dce14eed4e3c06b16fc307c6c7d20b9af8 (patch)
tree4477eaed15415ddadc3e88205234659628759415 /.shellcheckrc
parentReleasing progress-linux version 1:2.13.0-1~progress7.99u1. (diff)
downloadbash-completion-8c80e4dce14eed4e3c06b16fc307c6c7d20b9af8.tar.xz
bash-completion-8c80e4dce14eed4e3c06b16fc307c6c7d20b9af8.zip
Merging upstream version 1:2.14.0.
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