[gitlab] Fix sh linting in vim and pipeline
This commit is contained in:
parent
7f6b1d5c03
commit
6e09ca47cb
2 changed files with 7 additions and 5 deletions
|
|
@ -272,11 +272,13 @@ let g:ale_fixers = {
|
|||
\'html': ['tidy','prettier'],
|
||||
\'typescript': ['prettier','tslint'],
|
||||
\'*': ['remove_trailing_lines', 'trim_whitespace'],
|
||||
\'go': ['gofmt'],
|
||||
\'sh': ['shfmt'],
|
||||
\}
|
||||
|
||||
let g:ale_linters = {
|
||||
\ 'go': ['gopls'],
|
||||
\ 'sh': ['language_server','shellcheck','shfmt'],
|
||||
\ 'sh': ['language_server','shellcheck'],
|
||||
\}
|
||||
|
||||
" PLUGIN: AIRLINE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue