ale/test/command_callback/test_govet_command_callback...

9 lines
228 B
Plaintext

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 .'