ale/ale_linters/python
Kevin Locke 52c2400786 python/bandit: Use .bandit configuration file
Bandit automatically [uses any .bandit file] within the directories on
which it is invoked.  Since ALE invokes bandit on stdin, it does not
load a .bandit file automatically.  Add support for automatically
finding a .bandit file and passing it to bandit via the --ini option
along with a variable to disable this behavior if desired.

Note: This is useful for the skips and tests configuration options, but
not exclude which would require invoking bandit using a file name, which
may or may not be a good trade-off.

[uses any .bandit file]: https://github.com/PyCQA/bandit/blob/1.5.1/bandit/cli/main.py#L70-L73

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2019-02-17 14:24:18 -07:00
..
bandit.vim python/bandit: Use .bandit configuration file 2019-02-17 14:24:18 -07: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 Update syntax checking 2019-02-06 18:05:13 +00: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