blob: 316b9883e196f0742d5d73a1bb7411ec8bbb5150 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Before:
call ale#assert#SetUpLinterTest('python', 'prospector')
After:
call ale#assert#TearDownLinterTest()
Execute(Setting executable to 'pipenv' appends 'run prospector'):
let g:ale_python_prospector_executable = 'path/to/pipenv'
AssertLinter 'path/to/pipenv',
\ ale#Escape('path/to/pipenv') . ' run prospector'
\ . ' --messages-only --absolute-paths --zero-exit --output-format json %s'
|