Fix #1358, fix #1369 - Lint the package on save for go vet instead

This commit is contained in:
John Eikenberry
2018-02-25 11:39:45 +00:00
committed by w0rp
parent 89f8d3e456
commit 4941bd8d0e
3 changed files with 71 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
Before:
runtime ale_linters/go/govet.vim
call ale#test#SetDirectory('/testplugin/test/command_callback')
After:
Restore
call ale#linter#Reset()
call ale#test#RestoreDirectory()
Execute(The default command should be correct):
AssertEqual
\ 'cd ' . ale#Escape(expand('%:p:h')) . ' && '
\ . ' go vet .',
\ ale_linters#go#govet#GetCommand(bufnr(''))