Variable g:systastic_puppet_lint_arguments is deprecated.
This commit is contained in:
parent
af0f051bf2
commit
6239284d16
@ -15,6 +15,11 @@ if exists("g:loaded_syntastic_puppet_puppetlint_checker")
|
|||||||
endif
|
endif
|
||||||
let g:loaded_syntastic_puppet_puppetlint_checker=1
|
let g:loaded_syntastic_puppet_puppetlint_checker=1
|
||||||
|
|
||||||
|
if exists("g:systastic_puppet_lint_arguments")
|
||||||
|
let g:systastic_puppet_puppetlint_args = g:systastic_puppet_lint_arguments
|
||||||
|
call syntastic#util#deprecationWarn("variable g:systastic_puppet_lint_arguments is deprecated, please use g:systastic_puppet_puppetlint_args instead")
|
||||||
|
endif
|
||||||
|
|
||||||
function! SyntaxCheckers_puppet_puppetlint_IsAvailable()
|
function! SyntaxCheckers_puppet_puppetlint_IsAvailable()
|
||||||
return
|
return
|
||||||
\ executable("puppet") &&
|
\ executable("puppet") &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user