This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/ale_linters/python
Kevin Locke 3300b1aca7 python/pylint: Change directory to project root
Pylint only [checks for pylintrc] (and .pylintrc) files in the packages
aboves its current directory before falling back to user and global
pylintrc.  For projects with a src dir, running pylint from the
directory containing the file will not use the project pylintrc.

Adopt the convention used by many other Python linters of running from
the project root, which solves this issue.  Add pylintrc and .pylintrc
to FindProjectRoot.  Update docs.

[checks for pylintrc]: https://github.com/PyCQA/pylint/blob/pylint-2.2.2/pylint/config.py#L106

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2019-02-17 10:40:50 -07:00
..
bandit.vim Complain about binary operators on the ends of lines 2019-02-10 11:43:48 +00:00
flake8.vim Support pylama for python (#2266) 2019-02-08 21:44:34 +00:00
mypy.vim Add python_auto_pipenv config var for all python linters. 2018-09-15 22:10:46 -04:00
prospector.vim Add python_auto_pipenv config var for all python linters. 2018-09-15 22:10:46 -04:00
pycodestyle.vim Add python_auto_pipenv config var for all python linters. 2018-09-15 22:10:46 -04:00
pydocstyle.vim Fixed parsing of pydocstyle errors 2019-01-14 20:36:14 -05:00
pyflakes.vim Add python_auto_pipenv config var for all python linters. 2018-09-15 22:10:46 -04:00
pylama.vim pylama: Use %s instead of %t 2019-02-12 10:45:26 -07:00
pylint.vim python/pylint: Change directory to project root 2019-02-17 10:40:50 -07:00
pyls.vim Add support for pyls configuration options 2019-01-20 23:59:46 -05:00
pyre.vim Add python_auto_pipenv config var for all python linters. 2018-09-15 22:10:46 -04:00
vulture.vim Support pylama for python (#2266) 2019-02-08 21:44:34 +00:00