mirror of
https://github.com/dense-analysis/ale
synced 2024-12-18 04:15:39 +00:00
parent
29e5ffe35a
commit
ec00821f43
@ -24,7 +24,7 @@ function! ale_linters#go#golangci_lint#GetCommand(buffer) abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! ale_linters#go#golangci_lint#GetMatches(lines) abort
|
function! ale_linters#go#golangci_lint#GetMatches(lines) abort
|
||||||
let l:pattern = '\v^([a-zA-Z]?:?[^:]+):(\d+):?(\d+)?:?:?:?\s\*?(.+)\s+\((.+)\)$'
|
let l:pattern = '\v^([a-zA-Z]?:?[^:]+):(\d+):?(\d+)?:? (.+)$'
|
||||||
|
|
||||||
return ale#util#GetMatches(a:lines, l:pattern)
|
return ale#util#GetMatches(a:lines, l:pattern)
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
Reference in New Issue
Block a user