Merge pull request #768 from sbadia/issue-767
Remove backslash in puppet-lint log format (fixes #767)
This commit is contained in:
commit
7da4da11ba
@ -31,7 +31,7 @@ endfunction
|
|||||||
function! SyntaxCheckers_puppet_puppetlint_GetLocList()
|
function! SyntaxCheckers_puppet_puppetlint_GetLocList()
|
||||||
let makeprg = syntastic#makeprg#build({
|
let makeprg = syntastic#makeprg#build({
|
||||||
\ 'exe': 'puppet-lint',
|
\ 'exe': 'puppet-lint',
|
||||||
\ 'post_args': '--log-format "\%{KIND} [\%{check}] \%{message} at \%{fullpath}:\%{linenumber}"',
|
\ 'post_args': '--log-format "%{KIND} [%{check}] %{message} at %{fullpath}:%{linenumber}"',
|
||||||
\ 'filetype': 'puppet',
|
\ 'filetype': 'puppet',
|
||||||
\ 'subchecker': 'puppetlint' })
|
\ 'subchecker': 'puppetlint' })
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user