1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +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 = {
unusedvariable = true,
useany = true,
ST1000 = false,
ST1003 = false,
},
gofumpt = true,
staticcheck = true,