mirror of
https://github.com/dense-analysis/ale.git
synced 2026-04-27 09:41:25 +08:00
Improve file blacklisting to make Unite.vim not fuck up.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user