Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Fix prospector empty string error
|
|
Prospector linter is raising error when no warnings are present in file
(#1680). Copied fix from #779.
|
|
It appends ` run {linter_name}`, analogously to the Ruby linters when
the executable is set to `bundle`
|
|
It appends ` run flake8`, analogously to the Ruby tools when the
executable is set to `bundle`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
executables by default
|
|
|
|
|
|
|
|
|
|
cover the flake8 code with tests
|
|
pycodestyle
|
|
pyls executables
|
|
|
|
E999 to be style errors or warnings
|
|
|
|
|
|
|
|
* Support PyLS (python language server)
* Replace pyls#GetProjectRoot and add more config types to ale#python#FindProjectRoot
|
|
Add a pycodestyle linter
|
|
|
|
|
|
extra spaces in the tests
|
|
|
|
|
|
|
|
* Remove style classification from E999
* Update test_flake8_handler to reflect E999 changes
|
|
|
|
|
|
* Add display of the pylint symbol name after the message.
* Update test to pass.
|
|
|
|
|
|
|
|
This should fix #575; also added vader tests to ensure that translation
is working properly.
|
|
|
|
|
|
|
|
|
|
|