summaryrefslogtreecommitdiff
path: root/test/test_lint_file_linters.vader
AgeCommit message (Collapse)Author
2019-02-06#2132 - lint and fix with ale#command#Runw0rp
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 laterw0rp
2018-07-23Get tests to pass in Vim 8.1w0rp
2018-06-28Get tests running and passing with NeoVim 0.2 and 0.3w0rp
2017-10-30#857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffersw0rp
2017-09-11Fix some random test issues for Windowsw0rp
2017-08-14Fix a bug where the sign column was not closed some of the time, etc.w0rp
2017-08-08Fix #271 - Add the ability to open the quickfix or loclist windows only ↵w0rp
after saving a file
2017-08-01Cover the SaveEvent function with a testw0rp
2017-07-31#734 - Do not clear file linter results when no buffers are runw0rp
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-30Run the lint_file checks synchronously, so the tests will consistently passw0rp
2017-03-21#333 Finish implementing the lint_file optionw0rp