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:
parent
3c232dafe1
commit
ea22774d62
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue