Error format fix for pylint.
This commit is contained in:
parent
01232979aa
commit
bd2d5e37ed
@ -18,7 +18,11 @@ function! SyntaxCheckers_python_pylint_GetLocList()
|
|||||||
\ 'exe': 'pylint',
|
\ 'exe': 'pylint',
|
||||||
\ 'args': ' -f parseable -r n -i y',
|
\ 'args': ' -f parseable -r n -i y',
|
||||||
\ 'subchecker': 'pylint' })
|
\ 'subchecker': 'pylint' })
|
||||||
let errorformat = '%f:%l:%m,%Z,%-GNo config %m'
|
let errorformat =
|
||||||
|
\ '%A%f:%l:%m,' .
|
||||||
|
\ '%A%f:(%l):%m,' .
|
||||||
|
\ '%-Z%p^%.%#,' .
|
||||||
|
\ '%-G%.%#'
|
||||||
|
|
||||||
let loclist=SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat })
|
let loclist=SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat })
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user