Skip to content

Commit a18a07b

Browse files
committed
chore(shellcheck): remove no longer needed disables from config
1 parent a826dbd commit a18a07b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.shellcheckrc

-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ enable=require-double-brackets
44
disable=SC1090 # not really fixable usually (ever?)
55
disable=SC2034 # for localizing variables set in called functions
66
disable=SC2128 # intentional style choice
7-
disable=SC2206 # suggested alternatives fail in posix mode or use temp files
87
disable=SC2209 # interferes with our `set` (literal) vs empty booleans
9-
disable=SC2207 # suggested alternatives fail in posix mode or use temp files
108

119
# These disables are to be investigated and decided
1210

0 commit comments

Comments
 (0)