diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 11df7ce..fb66b7e 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -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\]',