mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-09 22:14:44 +08:00
Allow all Python linter executables to be set to pipenv.
It appends ` run {linter_name}`, analogously to the Ruby linters when
the executable is set to `bundle`
This commit is contained in:
@@ -47,3 +47,10 @@ Execute(You should be able to override the pyflakes virtualenv lookup):
|
||||
|
||||
AssertEqual ale#Escape('pyflakes') . ' %t',
|
||||
\ ale_linters#python#pyflakes#GetCommand(bufnr(''))
|
||||
|
||||
Execute(Setting executable to 'pipenv' appends 'run pyflakes'):
|
||||
let g:ale_python_pyflakes_executable = 'path/to/pipenv'
|
||||
|
||||
AssertEqual
|
||||
\ ale#Escape('path/to/pipenv') . ' run pyflakes %t',
|
||||
\ ale_linters#python#pyflakes#GetCommand(bufnr(''))
|
||||
|
||||
Reference in New Issue
Block a user