mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-30 08:04:31 +08:00
Improve file blacklisting to make Unite.vim not fuck up.
This commit is contained in:
11
test/test_linting_blacklist.vader
Normal file
11
test/test_linting_blacklist.vader
Normal file
@@ -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