:GoLint should always set out-format=line-number

pull/450/head
ray-x 1 month ago
parent 32d1754fd4
commit 39c2452854

@ -227,7 +227,7 @@ return {
})
vim.cmd(
[[command! GoLint :setl makeprg=golangci-lint\ run\ --print-issued-lines=false\ --exclude-use-default=false | :GoMake]]
[[command! GoLint :setl makeprg=golangci-lint\ run\ --print-issued-lines=false\ --exclude-use-default=false\ --out-format=line-number | :GoMake]]
)
create_cmd('GoProject', function(opts)

Loading…
Cancel
Save