]> Untitled Git - vimfiles.git/commitdiff
Disable structtag in gopls as that is taken care of by golangci-lint
authorPhilippe Hürlimann <p@hurlimann.org>
Fri, 1 Jul 2022 11:44:22 +0000 (13:44 +0200)
committerPhilippe Hürlimann <p@hurlimann.org>
Fri, 1 Jul 2022 11:44:22 +0000 (13:44 +0200)
settings.json

index 714781ec244c0d6860673017db3aee1c300a772e..ca7e8e32690325944394577d6ca34c982ab7f237 100644 (file)
@@ -13,6 +13,9 @@
     }
   },
   "gopls": {
+    "analyses": {
+      "structtag": false
+    },
     "build.buildFlags": [
       "-tags=linux"
     ]