Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-21 | #3633 - Move linter tests into test/linter | w0rp | |
2021-03-20 | #3633 - Put all dummy test files in test/test-files | w0rp | |
2021-03-01 | Close #2281 - Separate cwd commands from commands | w0rp | |
Working directories are now set seperately from the commands so they can later be swapped out when running linters over projects is supported, and also better support filename mapping for running linters on other machines in future. | |||
2020-08-28 | #3325 - ale#path#BufferCdString now generates %s:h | w0rp | |
2019-02-12 | pylama: Use %s instead of %t | Kevin Locke | |
Although using %t to lint changes was desirable, many pylama checks use surrounding paths and file contents (e.g. C0103 module name, E0402 relative import beyond top, etc.) The more such errors I find during testing, the less %t seems like a good idea. Switch to %s. Also set `lint_file` to 1 and mark Pylama as a file linter in the docs. Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2019-02-08 | Support pylama for python (#2266) | Kevin Locke | |
* Add pylama for python * Consolidate python traceback handling |