Remove indent of multiples of 4 error for bashate in syntastic

This commit is contained in:
Kevin MacMartin 2015-02-27 12:22:47 -05:00
parent 9f8313a45a
commit 88def793e7

View file

@ -183,6 +183,10 @@ scriptencoding utf-8
let g:syntastic_check_on_open=0
endif
let g:syntastic_sh_bashate_quiet_messages={
\ 'regex':[
\ 'Indent not multiple of 4'
\ ]}
let g:syntastic_sh_shellcheck_quiet_messages={
\ 'regex':[
\ '.*appears unused\. Verify it or export it\. \[SC2034\]',