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 vet',
|
||||||
\ 'go build',
|
\ 'go build',
|
||||||
\ ],
|
\ ],
|
||||||
|
\ 'bash': [
|
||||||
|
\ 'shellcheck',
|
||||||
|
\ ],
|
||||||
\ 'javascript': [
|
\ 'javascript': [
|
||||||
\ 'flow',
|
\ 'flow',
|
||||||
\ ],
|
\ ],
|
||||||
|
|
@ -160,6 +163,12 @@ let g:ale_linters = {
|
||||||
\ 'flake8',
|
\ 'flake8',
|
||||||
\ 'mypy',
|
\ 'mypy',
|
||||||
\ ],
|
\ ],
|
||||||
|
\ 'sh': [
|
||||||
|
\ 'shellcheck',
|
||||||
|
\ ],
|
||||||
|
\ 'zsh': [
|
||||||
|
\ 'shellcheck',
|
||||||
|
\ ],
|
||||||
\}
|
\}
|
||||||
let g:ale_fixers = {
|
let g:ale_fixers = {
|
||||||
\ '-': [],
|
\ '-': [],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue