summaryrefslogtreecommitdiff
path: root/test/test_computed_lint_file_values.vader
AgeCommit message (Collapse)Author
2020-08-28Close #3285 - lint_file is now dynamicw0rp
`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.