Add display of the pylint symbol name for the msg_id.
This commit is contained in:
parent
f48f306ab9
commit
9c93e79a66
@ -14,7 +14,7 @@ endfunction
|
|||||||
function! ale_linters#python#pylint#GetCommand(buffer) abort
|
function! ale_linters#python#pylint#GetCommand(buffer) abort
|
||||||
return ale_linters#python#pylint#GetExecutable(a:buffer)
|
return ale_linters#python#pylint#GetExecutable(a:buffer)
|
||||||
\ . ' ' . g:ale_python_pylint_options
|
\ . ' ' . g:ale_python_pylint_options
|
||||||
\ . ' --output-format text --msg-template="{path}:{line}:{column}: {msg_id} {msg}" --reports n'
|
\ . ' --output-format text --msg-template="{path}:{line}:{column}: {msg_id} ({symbol}) {msg}" --reports n'
|
||||||
\ . ' %t'
|
\ . ' %t'
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user