mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-22 12:01:25 +08:00
Try to fix gopls tests
This commit is contained in:
@@ -49,7 +49,10 @@ Execute(Should return directory for 'go.mod' if found in parent directory):
|
|||||||
|
|
||||||
Execute(Should return nearest directory with '.git' if found in parent directory):
|
Execute(Should return nearest directory with '.git' if found in parent directory):
|
||||||
call ale#test#SetFilename('test.go')
|
call ale#test#SetFilename('test.go')
|
||||||
|
|
||||||
|
if !isdirectory(b:git_dir)
|
||||||
call mkdir(g:dir . '/.git')
|
call mkdir(g:dir . '/.git')
|
||||||
|
endif
|
||||||
|
|
||||||
AssertLSPProject g:dir
|
AssertLSPProject g:dir
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user