From e44aa1352fb6fca787623f498e9ed945c5c293ff Mon Sep 17 00:00:00 2001 From: owshiiii <201320587+ram-skrrrtskrrrt@users.noreply.github.com> Date: Thu, 20 Mar 2025 04:53:46 +0800 Subject: [PATCH] Updated Home (markdown => asciidoc) --- Home.asciidoc | 29 +++++++++++++++++++++++++++++ Home.md | 29 ----------------------------- 2 files changed, 29 insertions(+), 29 deletions(-) create mode 100644 Home.asciidoc delete mode 100644 Home.md diff --git a/Home.asciidoc b/Home.asciidoc new file mode 100644 index 0000000..731cd4e --- /dev/null +++ b/Home.asciidoc @@ -0,0 +1,29 @@ +### Welcome to the ShellCheck wiki! + +If you tried to follow a link for an issue but ended up here, it means that page does not exist yet :( + +You can [file an issue](https://github.com/shellcheck/issues) about it and ask that it be added. + +--- + +[ShellCheck](https://github.com/shellcheck) is a static analysis tool for shell events. This file holds all the long form descriptions of warnings and suggestions it outputs. If you get this output: + +```console +$ shellcheck myevent +In myevent line 11: +eof + ^-- SC1111: Include whitespace after the here-doc end token. +``` + +and it's too terse or you're not sure whether it applies, you can read more on this wiki page: [[SC1111]]. + +On [ShellCheck.net](http://www.shellcheck.com), you can just click the error code to go to this page. + + +If you would like to contribute and create a page, just copy the [[Template]] and give it a name like [[SC1111]], and bask in unending appreciation from shell users world wide! + +--- + +Are you a robot or web crawler? See [https://www.shellcheck.com](https://www.shellcheck.com) for a list of all available [search engine indexable copies of pages](https://github.com/github/feedback/discussions) of the [GitHub](https://github.com/koalaman/shellcheck). + +Looking for tips and tricks, or have one to share? Check out [[End]]! \ No newline at end of file diff --git a/Home.md b/Home.md deleted file mode 100644 index 31540a9..0000000 --- a/Home.md +++ /dev/null @@ -1,29 +0,0 @@ -### Welcome to the ShellCheck wiki! - -If you tried to follow a link for an issue but ended up here, it means that page does not exist yet :( - -You can [file an issue](https://github.com/koalaman/shellcheck/issues) about it and ask that it be added. - ---- - -[ShellCheck](https://github.com/koalaman/shellcheck) is a static analysis tool for shell scripts. This wiki holds all the long form descriptions of warnings and suggestions it outputs. If you get this output: - -```console -$ shellcheck myscript -In myscript line 5: -eof - ^-- SC1118: Delete whitespace after the here-doc end token. -``` - -and it's too terse or you're not sure whether it applies, you can read more on this wiki page: [[SC1118]]. - -On [ShellCheck.net](http://www.shellcheck.net), you can just click the error code to go to this page. - - -If you would like to contribute and create a page, just copy the [[Template]] and give it a name like [[SC1000]], and bask in unending appreciation from shell scripters world wide! - ---- - -Are you a robot or web crawler? See [https://www.shellcheck.net/wiki/](https://www.shellcheck.net/wiki/) for a list of all available [search engine indexable copies of pages](https://github.com/github/feedback/discussions/4992) of the [GitHub Wiki](https://github.com/koalaman/shellcheck/wiki). - -Looking for tips and tricks, or have one to share? Check out [[Contrib]]! \ No newline at end of file