blob: a73118aeb3757341c5db35a2f3cdefa90c929159 (
plain)
1
2
3
4
5
6
7
8
|
Before:
call ale#assert#SetUpLinterTest('go', 'govet')
After:
call ale#assert#TearDownLinterTest()
Execute(The default command should be correct):
AssertLinter 'go', 'cd ' . ale#Escape(expand('%:p:h')) . ' && go vet .'
|