Add shellcheck
This commit is contained in:
parent
ef034b02ff
commit
453b25f8f9
1 changed files with 9 additions and 0 deletions
|
|
@ -153,6 +153,9 @@ let g:ale_linters = {
|
|||
\ 'go vet',
|
||||
\ 'go build',
|
||||
\ ],
|
||||
\ 'bash': [
|
||||
\ 'shellcheck',
|
||||
\ ],
|
||||
\ 'javascript': [
|
||||
\ 'flow',
|
||||
\ ],
|
||||
|
|
@ -160,6 +163,12 @@ let g:ale_linters = {
|
|||
\ 'flake8',
|
||||
\ 'mypy',
|
||||
\ ],
|
||||
\ 'sh': [
|
||||
\ 'shellcheck',
|
||||
\ ],
|
||||
\ 'zsh': [
|
||||
\ 'shellcheck',
|
||||
\ ],
|
||||
\}
|
||||
let g:ale_fixers = {
|
||||
\ '-': [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue