mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-22 19:54:10 -05:00
Filter out the 'missing shebang' shellcheck warning
This commit is contained in:
parent
d1f41acb74
commit
5be75e8e28
1 changed files with 2 additions and 1 deletions
|
@ -220,7 +220,8 @@ scriptencoding utf-8
|
||||||
\ '.*\[SC1001\]',
|
\ '.*\[SC1001\]',
|
||||||
\ '.*\[SC2016\]',
|
\ '.*\[SC2016\]',
|
||||||
\ '.*\[SC2029\]',
|
\ '.*\[SC2029\]',
|
||||||
\ '.*\[SC2034\]'
|
\ '.*\[SC2034\]',
|
||||||
|
\ '.*\[SC2148\]'
|
||||||
\ ]}
|
\ ]}
|
||||||
autocmd BufNewFile,BufRead PKGBUILD,bash.bashrc,.bashrc let g:syntastic_quiet_messages={"level":"warnings"}
|
autocmd BufNewFile,BufRead PKGBUILD,bash.bashrc,.bashrc let g:syntastic_quiet_messages={"level":"warnings"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue