From 39c245285483f7b587d827b3ff3eaa7e9ed00510 Mon Sep 17 00:00:00 2001 From: ray-x Date: Thu, 11 Apr 2024 13:08:57 +1000 Subject: [PATCH] :GoLint should always set out-format=line-number --- lua/go/commands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/go/commands.lua b/lua/go/commands.lua index 253db67..4fcc920 100644 --- a/lua/go/commands.lua +++ b/lua/go/commands.lua @@ -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)