fix(go): Fixed recvcheck config.

This commit is contained in:
Spencer Brower
2026-05-19 13:53:29 -04:00
parent f90355cc2d
commit d48b7f620c

View File

@@ -17,6 +17,11 @@ linters:
- recvcheck
- sloglint
- usestdlibvars
settings:
recvcheck:
disable-builtin: false
exclusions:
- "*.TableName"
formatters:
enable:
- goimports