blob: d6e1a5cf7cddd171a437d7ec199525b45c401d0e (
plain)
1
2
3
4
5
6
7
8
9
10
|
Before:
call ale#assert#SetUpLinterTest('go', 'gosimple')
call ale#test#SetFilename('../go_files/testfile2.go')
After:
call ale#assert#TearDownLinterTest()
Execute(The default gosimple command should be correct):
AssertLinter 'gosimple',
\ ale#path#CdString(ale#Escape(expand('%:p:h'))) . ' gosimple .'
|