mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Don't display the "Not following:" source error for shellcheck
This commit is contained in:
parent
4a949c48ac
commit
c9443f5d2a
1 changed files with 2 additions and 1 deletions
|
@ -236,7 +236,8 @@ scriptencoding utf-8
|
|||
\ '.*\[SC2029\]',
|
||||
\ '.*\[SC2034\]',
|
||||
\ '.*\[SC2148\]',
|
||||
\ '.*follow non-constant source'
|
||||
\ '.*follow non-constant source',
|
||||
\ 'Not following:'
|
||||
\ ]}
|
||||
autocmd BufNewFile,BufRead PKGBUILD,bash.bashrc,.bashrc let g:syntastic_quiet_messages={"level":"warnings"}
|
||||
|
||||
|
|
Loading…
Reference in a new issue