Merge pull request #679 from orenhe/shell_dont_validate_archaic_posix
sh: do not enforce POSIX validation on bash/zsh scripts
This commit is contained in:
commit
4ae72576da
@ -20,7 +20,7 @@ endfunction
|
||||
function! SyntaxCheckers_sh_checkbashisms_GetLocList()
|
||||
let makeprg = syntastic#makeprg#build({
|
||||
\ 'exe': 'checkbashisms',
|
||||
\ 'args': '-fpx',
|
||||
\ 'args': '-fx',
|
||||
\ 'filetype': 'sh',
|
||||
\ 'subchecker': 'checkbashisms'})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user