1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-07-04 07:13:40 +02:00

nvim/lua/user/plugins/lang/go.lua: ignore ST1000 and ST1003

This commit is contained in:
Henrik Hautakoski 2025-09-23 19:29:15 +02:00
parent 3c232dafe1
commit ea22774d62

View file

@ -8,6 +8,8 @@ local lspservers = {
analyses = { analyses = {
unusedvariable = true, unusedvariable = true,
useany = true, useany = true,
ST1000 = false,
ST1003 = false,
}, },
gofumpt = true, gofumpt = true,
staticcheck = true, staticcheck = true,