index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_lint_file_linters.vader
Age
Commit message (
Collapse
)
Author
2019-02-06
#2132 - lint and fix with ale#command#Run
w0rp
A new function is added here which will later be modified for public use in linter and fixer callbacks. All linting and fixing now goes through this new function, to prove that it works in all cases.
2018-10-29
#2017 Simplify lint cycles for supporting other sources later
w0rp
2018-07-23
Get tests to pass in Vim 8.1
w0rp
2018-06-28
Get tests running and passing with NeoVim 0.2 and 0.3
w0rp
2017-10-30
#857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffers
w0rp
2017-09-11
Fix some random test issues for Windows
w0rp
2017-08-14
Fix a bug where the sign column was not closed some of the time, etc.
w0rp
2017-08-08
Fix #271 - Add the ability to open the quickfix or loclist windows only ↵
w0rp
after saving a file
2017-08-01
Cover the SaveEvent function with a test
w0rp
2017-07-31
#734 - Do not clear file linter results when no buffers are run
w0rp
2017-07-07
#697 - Clear all highlights every time items are set again, and refactor ↵
w0rp
most things. Clear errors when linters are removed
2017-04-30
Run the lint_file checks synchronously, so the tests will consistently pass
w0rp
2017-03-21
#333 Finish implementing the lint_file option
w0rp