Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-28 | Close #3285 - lint_file is now dynamic | w0rp | |
`lint_file` can now be computed dynamically with a callback function, which can return a deferred result, as per `ale#command#Run`. This allows linters to dynamically switch between checking files on disk, or checking code on the fly. Some tests have been fixed on Windows. | |||
2019-04-07 | #2132 - Replace command_chain and chain_with with ale#command#Run | w0rp | |
2019-02-21 | #2132 - Implement deferred command handling for linters | w0rp | |