mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Remove the shellcheck error regarding its inability to follow the path of a sourced file
This commit is contained in:
parent
158c3a31c8
commit
491a39cc5e
1 changed files with 2 additions and 1 deletions
|
@ -235,7 +235,8 @@ scriptencoding utf-8
|
|||
\ '.*\[SC2016\]',
|
||||
\ '.*\[SC2029\]',
|
||||
\ '.*\[SC2034\]',
|
||||
\ '.*\[SC2148\]'
|
||||
\ '.*\[SC2148\]',
|
||||
\ '.*follow non-constant source'
|
||||
\ ]}
|
||||
autocmd BufNewFile,BufRead PKGBUILD,bash.bashrc,.bashrc let g:syntastic_quiet_messages={"level":"warnings"}
|
||||
|
||||
|
|
Loading…
Reference in a new issue