mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-09 22:14:44 +08:00
Fix #2668 - Set g:ale_go_go111module
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
Before:
|
||||
Save g:ale_go_go111module
|
||||
|
||||
call ale#assert#SetUpLinterTest('go', 'gofmt')
|
||||
call ale#test#SetFilename('../go_files/testfile2.go')
|
||||
|
||||
After:
|
||||
Restore
|
||||
|
||||
unlet! b:ale_go_go111module
|
||||
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(The default gofmt command should be correct):
|
||||
@@ -15,5 +21,3 @@ Execute(The gofmt command should support Go environment variables):
|
||||
AssertLinter 'gofmt',
|
||||
\ ale#Env('GO111MODULE', 'on')
|
||||
\ . ale#Escape('gofmt') . ' -e %t'
|
||||
|
||||
unlet! b:ale_go_go111module
|
||||
|
||||
Reference in New Issue
Block a user