This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/test/test_linting_blacklist.vader

12 lines
242 B
Text
Raw Normal View History

Given unite (A Unite.vim file):
anything
After:
let g:ale_buffer_info = {}
Execute(Running ALE on a blacklisted file shouldn't change anything):
call ale#Lint()
call ale#engine#WaitForJobs(2000)
AssertEqual {}, g:ale_buffer_info