From d48b7f620c4975c95bbf781fd3c609e6565d7287 Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Tue, 19 May 2026 13:53:29 -0400 Subject: [PATCH] fix(go): Fixed recvcheck config. --- templates/go/.golangci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/go/.golangci.yml b/templates/go/.golangci.yml index d05a074..b88a51d 100644 --- a/templates/go/.golangci.yml +++ b/templates/go/.golangci.yml @@ -17,6 +17,11 @@ linters: - recvcheck - sloglint - usestdlibvars + settings: + recvcheck: + disable-builtin: false + exclusions: + - "*.TableName" formatters: enable: - goimports