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