summaryrefslogtreecommitdiff
path: root/ale_linters/python/prospector.vim
AgeCommit message (Collapse)Author
2018-06-27Merge pull request #1682 from fennerm/fix_prospector_e474w0rp
Fix prospector empty string error
2018-06-26Fix prospector empty string errorFenner Macrae
Prospector linter is raising error when no warnings are present in file (#1680). Copied fix from #779.
2018-06-05Allow all Python linter executables to be set to `pipenv`.Eddie Lebow
It appends ` run {linter_name}`, analogously to the Ruby linters when the executable is set to `bundle`
2018-04-09Close #542 - Add an option for disabling running locally installed ↵w0rp
executables by default
2017-12-01Add prospector for checking Python code (#1183)Carlos Coêlho