mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 11:19:45 +08:00
Updated Home (mediawiki => markdown)
17
Home.md
Normal file
17
Home.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
### Welcome to the ShellCheck wiki!
|
||||||
|
|
||||||
|
[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:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ 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!
|
@@ -1,3 +0,0 @@
|
|||||||
Welcome to the ShellCheck wiki! Any help with creating pages explaining errors is greatly appreciated!
|
|
||||||
|
|
||||||
Just copy the [[Template]] and give it a name like [[SC1000]], and bask in unending appreciation from shell scripters world wide!
|
|
Reference in New Issue
Block a user