mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-24 13:01:28 +08:00
Redirect go build output to /dev/null
Named file file will be created after ALE, this can redirect the output to /dev/null if go build failed.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
" Description: go build for Go files
|
||||
|
||||
function! s:FindGobuildScript() abort
|
||||
return g:ale#util#stdin_wrapper . ' .go go build'
|
||||
return g:ale#util#stdin_wrapper . ' .go go build -o /dev/null'
|
||||
endfunction
|
||||
|
||||
let g:ale#util#gobuild_script =
|
||||
|
||||
Reference in New Issue
Block a user