We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c5c7e8 + 2f401fa commit dc8fb78Copy full SHA for dc8fb78
tests/shellcheck-exclude
@@ -1,4 +1,5 @@
1
# SC1090 - Can't follow non-constant source. Use a directive to specify location - https://github.com/koalaman/shellcheck/wiki/SC1090
2
+# SC1091 - Not following - <https://github.com/koalaman/shellcheck/wiki/SC1091>
3
# SC2034 - Variable appears unused. Verify it or export it - https://github.com/koalaman/shellcheck/wiki/SC2034
4
# SC2155 - Declare and assign separately to avoid masking return values - https://github.com/koalaman/shellcheck/wiki/SC2155
5
# SC2206 - Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a - https://github.com/koalaman/shellcheck/wiki/SC2206
0 commit comments