Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 6239284

Browse files
committed
Variable g:systastic_puppet_lint_arguments is deprecated.
1 parent af0f051 commit 6239284

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

syntax_checkers/puppet/puppetlint.vim

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ if exists("g:loaded_syntastic_puppet_puppetlint_checker")
1515
endif
1616
let g:loaded_syntastic_puppet_puppetlint_checker=1
1717

18+
if exists("g:systastic_puppet_lint_arguments")
19+
let g:systastic_puppet_puppetlint_args = g:systastic_puppet_lint_arguments
20+
call syntastic#util#deprecationWarn("variable g:systastic_puppet_lint_arguments is deprecated, please use g:systastic_puppet_puppetlint_args instead")
21+
endif
22+
1823
function! SyntaxCheckers_puppet_puppetlint_IsAvailable()
1924
return
2025
\ executable("puppet") &&

0 commit comments

Comments
 (0)