From 88def793e725c6b5dfdf7c98446838b8972b6147 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Fri, 27 Feb 2015 12:22:47 -0500 Subject: [PATCH] Remove indent of multiples of 4 error for bashate in syntastic --- vim/config/plugins.vim | 4 ++++ 1 file changed, 4 insertions(+) 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\]',