1 files changed,
1 insertions(+),
0 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-06-27 17:13:32 +0300
Parent:
00bfd46
M
lsp/gopls.lua
@@ -25,6 +25,7 @@ SA1020 = true, -- using an invalid host:port pair with a net.Listen-related function
SA1023 = true, -- modifying the buffer in an io.Writer implementation SA9001 = true, -- defers in range loops may not run when you expect them to ST1013 = true, -- should use constants for HTTP error codes, not magic numbers + ST1000 = false, -- Incorrect or missing package comment }, hints = { assignVariableTypes = true,