mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-09 05:54:45 +08:00
Try to fix gopls tests again
This commit is contained in:
@@ -50,7 +50,7 @@ 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)
|
if !isdirectory(g:dir . '/.git')
|
||||||
call mkdir(g:dir . '/.git')
|
call mkdir(g:dir . '/.git')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user