Merge pull request #2302 from kevinoid/pylint-cd-proj-root

python/pylint: Change directory to project root
This commit is contained in:
w0rp
2019-02-20 09:54:13 +00:00
committed by GitHub
4 changed files with 24 additions and 10 deletions

View File

@@ -28,6 +28,8 @@ function! ale#python#FindProjectRootIni(buffer) abort
\|| filereadable(l:path . '/flake8.cfg')
\|| filereadable(l:path . '/.flake8rc')
\|| filereadable(l:path . '/pylama.ini')
\|| filereadable(l:path . '/pylintrc')
\|| filereadable(l:path . '/.pylintrc')
\|| filereadable(l:path . '/Pipfile')
\|| filereadable(l:path . '/Pipfile.lock')
return l:path