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:
parent
3c232dafe1
commit
ea22774d62
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ local lspservers = {
|
|||
analyses = {
|
||||
unusedvariable = true,
|
||||
useany = true,
|
||||
ST1000 = false,
|
||||
ST1003 = false,
|
||||
},
|
||||
gofumpt = true,
|
||||
staticcheck = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue