mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-13 16:32:30 -05:00
Remove indent of multiples of 4 error for bashate in syntastic
This commit is contained in:
parent
9f8313a45a
commit
88def793e7
1 changed files with 4 additions and 0 deletions
|
@ -183,6 +183,10 @@ scriptencoding utf-8
|
||||||
let g:syntastic_check_on_open=0
|
let g:syntastic_check_on_open=0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
let g:syntastic_sh_bashate_quiet_messages={
|
||||||
|
\ 'regex':[
|
||||||
|
\ 'Indent not multiple of 4'
|
||||||
|
\ ]}
|
||||||
let g:syntastic_sh_shellcheck_quiet_messages={
|
let g:syntastic_sh_shellcheck_quiet_messages={
|
||||||
\ 'regex':[
|
\ 'regex':[
|
||||||
\ '.*appears unused\. Verify it or export it\. \[SC2034\]',
|
\ '.*appears unused\. Verify it or export it\. \[SC2034\]',
|
||||||
|
|
Loading…
Reference in a new issue