mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Update submodules and hide the shellcheck warning about operation && operation || operation not being an if/else
This commit is contained in:
parent
5d685f4df0
commit
bfc260b406
6 changed files with 6 additions and 5 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 9e8d9f68dfe9b19eba343f796ffd16933a4dc77d
|
||||
Subproject commit f06368d396b507b45b8304825a07aed560c40276
|
|
@ -1 +1 @@
|
|||
Subproject commit 16d650348538f780d282863ecbdcc45319d36522
|
||||
Subproject commit 77ec549874c5aecf888c732eceb1d3f13e753b63
|
|
@ -1 +1 @@
|
|||
Subproject commit 8ab5d8131478248a1d6ed05a0400869795022736
|
||||
Subproject commit 9bb669ed16b4e7f17105e617a6f87ca6c16b0227
|
|
@ -1 +1 @@
|
|||
Subproject commit 8c91196cfd9c8fe619f35fac6f2ac81be10677f8
|
||||
Subproject commit 7ba2e1b67a8f8bcbafedaf6763580390dfd93436
|
|
@ -1 +1 @@
|
|||
Subproject commit d17d1d0a17c097fb38bdf3e74da135ae78b21589
|
||||
Subproject commit dc91ef715a650e4d4a9e46fb4c96fc4b75fd6386
|
|
@ -232,6 +232,7 @@ scriptencoding utf-8
|
|||
let g:syntastic_sh_shellcheck_quiet_messages={
|
||||
\ 'regex':[
|
||||
\ '.*\[SC1001\]',
|
||||
\ '.*\[SC2015\]',
|
||||
\ '.*\[SC2016\]',
|
||||
\ '.*\[SC2029\]',
|
||||
\ '.*\[SC2034\]',
|
||||
|
|
Loading…
Reference in a new issue