1
0
mirror of https://github.com/koalaman/shellcheck.git synced 2025-03-12 12:35:25 -07:00

Updated Integration (markdown)

Vidar Holen 2018-09-15 10:59:01 -07:00
parent 60a3f8d82d
commit 106e9c8ba3

@ -132,5 +132,5 @@ ShellCheck will look at the environment variable SHELLCHECK_OPTS (space separate
ShellCheck's warnings usually fit on a single line and can therefore be terse.
To provide users with more information, you can construct a wiki link given the error code: `https://github.com/koalaman/shellcheck/wiki/SC2086` for [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) about unquoted variables.
To provide users with more information, you can construct a wiki link given the error code: `https://www.shellcheck.net/wiki/SC2086` for [SC2086](https://www.shellcheck.net/wiki/SC2086) about unquoted variables. This currently redirects straight to the GitHub wiki.