[shell-scripts] add note about shellcheck

This commit is contained in:
d12frosted 2016-06-30 09:33:53 +03:00 committed by syl20bnr
parent d858725360
commit d114ef6e51
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@
- [[#description][Description]]
- [[#features][Features]]
- [[#install][Install]]
- [[#linting][Linting]]
- [[#key-bindings][Key Bindings]]
* Description
@ -20,12 +21,16 @@ Supported scripting files:
** Features
- Auto-completion using [[https://github.com/Alexander-Miller/company-shell][company-shell]]
- =Sh= scripts linting using [[https://www.shellcheck.net/][shellcheck]]
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =shell-scripts= to the existing =dotspacemacs-configuration-layers= list in this
file.
** Linting
In order to enable =sh= scripts linting, install [[https://www.shellcheck.net/][shellcheck]].
* Key Bindings
| Key Binding | Description |