From: Philippe Hürlimann Date: Fri, 1 Jul 2022 11:44:22 +0000 (+0200) Subject: Disable structtag in gopls as that is taken care of by golangci-lint X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=f794adef24304224e88804a5a387e9f743bfd81c;p=vimfiles.git Disable structtag in gopls as that is taken care of by golangci-lint --- diff --git a/settings.json b/settings.json index 714781e..ca7e8e3 100644 --- a/settings.json +++ b/settings.json @@ -13,6 +13,9 @@ } }, "gopls": { + "analyses": { + "structtag": false + }, "build.buildFlags": [ "-tags=linux" ]