vimrc: use golangci-lint run
without '.'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8f50a1ea51
commit
17f4065fbb
@ -25,7 +25,7 @@ augroup vimgo_local
|
|||||||
let g:go_test_timeout = '10s'
|
let g:go_test_timeout = '10s'
|
||||||
let g:go_highlight_build_constraints = 1
|
let g:go_highlight_build_constraints = 1
|
||||||
|
|
||||||
let g:go_metalinter_command = 'golangci-lint run .'
|
let g:go_metalinter_command = 'golangci-lint run'
|
||||||
let g:go_metalinter_autosave = 1
|
let g:go_metalinter_autosave = 1
|
||||||
let g:go_metalinter_deadline = '3s'
|
let g:go_metalinter_deadline = '3s'
|
||||||
augroup END
|
augroup END
|
||||||
|
Loading…
Reference in New Issue
Block a user