Age | Commit message (Collapse) | Author |
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
lint_file for mypy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make it so every value can be computed dynamically
|
|
convenience
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add python mypy support
|
|
|
|
|
|
|
|
This adds support for the official optional python typechecker.
|
|
|
|
* Add g:ale_python_flake8_executable
Closes #172.
* Add g:ale_python_flake8_args
* Always add - to flake8 invocations
|
|
This customizes the output format of pylint in order to use the same
pep8 parser
|
|
This PR first and formost implements support for dot-seperate filetypes,
a very trivial change.
This closes #132
But more importantly, this PR vastly improves the test quality for
`ale#linter#Get`. It enables us to reset the state of ale's internal
linter cache, to facilitate better testing, as well as making use of
mocked linters instead of depending on linters on disk (which may
change). In addition, a dummy linter is defined to test the autoloading
behavior.
Header guards were removed from all linters as:
* A: ale won't try and load linters if they already exist in memory
* B: we can't reset state for testing if they can't be loaded again
|
|
|
|
|