You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dot-files/vim/bundle/ale/test/test_linting_blacklist.vader

15 lines
280 B
Plaintext

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