Skip to content

Commit 41b23d9

Browse files
committed
Update docs to include shell script static analysis tools
1 parent 16c7db7 commit 41b23d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/editors/sublime-text/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ $ subl .
158158
```
159159
160160
- [**SublimeLinter-json**][sublime-text-sublimelinter-json]: plugin which lints [JSON][json].
161+
162+
- [**SublimeLinter-shellcheck**][sublime-text-sublimelinter-shellcheck]: plugin which provides an interface to [shellcheck][shellcheck] for linting files having "Shell-Unix-Generic" syntax (aka Shell Script).
161163
162164
<section class="links">
163165
@@ -175,6 +177,8 @@ $ subl .
175177
176178
[sublime-text-sublimelinter-json]: https://github.com/SublimeLinter/SublimeLinter-json
177179
180+
[sublime-text-sublimelinter-shellcheck]: https://github.com/SublimeLinter/SublimeLinter-shellcheck
181+
178182
[sublime-text-editorconfig]: https://github.com/sindresorhus/editorconfig-sublime
179183
180184
[sublime-text-pretty-json]: https://github.com/dzhibas/SublimePrettyJson
@@ -195,6 +199,8 @@ $ subl .
195199
196200
[eslint]: http://eslint.org/
197201
202+
[shellcheck]: https://github.com/koalaman/shellcheck
203+
198204
[json]: http://www.json.org/
199205
200206
[editorconfig]: http://editorconfig.org/

0 commit comments

Comments
 (0)