From f5c8d2363387264fb086442dccfb917e7c3d455d Mon Sep 17 00:00:00 2001 From: owshiiii <201320587+ram-skrrrtskrrrt@users.noreply.github.com> Date: Thu, 20 Mar 2025 04:39:39 +0800 Subject: [PATCH] Updated Checks (markdown => asciidoc) --- Checks.md => Checks.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Checks.md => Checks.asciidoc (79%) diff --git a/Checks.md b/Checks.asciidoc similarity index 79% rename from Checks.md rename to Checks.asciidoc index 5f98cd4..4abf47b 100644 --- a/Checks.md +++ b/Checks.asciidoc @@ -3,8 +3,8 @@ 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 ([orig](https://gist.github.com/nicerobot/53cee11ee0abbdc997661e65b348f375#file-_shellcheck-md), [fork1](https://gist.github.com/eggplants/9fbe03453c3f3fd03295e88def6a1324)). -* Use the "> Pages" menu on the right (desktop) or below (mobile) and search for the error code, e.g. [[SC2086]]. +* They are enumerated in this gist ([orig](https://gist.github.com/nicerobot/#file-_shellcheck), [fork](https://gist.github.com)). +* Use the "> Pages" menu on the right (desktop) or below (mobile) and search for the 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.