From 765905441bece3eae86fefca7d94946bd2954274 Mon Sep 17 00:00:00 2001 From: nicerobot Date: Sun, 9 Aug 2020 16:20:45 -0700 Subject: [PATCH] I don't know how or if you'd like to refer to this but I wrote a simple script to enumerate all the codes to make them easily searchable. --- Checks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Checks.md b/Checks.md index 5af831b..d607458 100644 --- a/Checks.md +++ b/Checks.md @@ -3,6 +3,7 @@ Each individual ShellCheck issue has its own wiki page, like these: [[SC1000]], [[SC1001]], ..., [[SC2236]]. GitHub Wiki does not support enumerating them on a page, so to find the one you're interested in, you can do any of the following: +* They are [enumerated in this gist](https://gist.github.com/nicerobot/53cee11ee0abbdc997661e65b348f375#file-_shellcheck-md). * Use the "> Pages" menu on the right (desktop) or below (mobile) and search for the error code, e.g. [[SC2086]]. * Visit an [arbitrary issue](SC2086) and edit the URL in your browser. * Trigger the issue on [shellcheck.net](https://www.shellcheck.net) and click/tap the issue id.