From 34840540c33a1237694d7cc38e339884f13e2527 Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Wed, 20 May 2026 10:31:11 -0400 Subject: [PATCH] feat(go): Added more linters. --- templates/go/.golangci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/go/.golangci.yml b/templates/go/.golangci.yml index b88a51d..4482aa9 100644 --- a/templates/go/.golangci.yml +++ b/templates/go/.golangci.yml @@ -5,6 +5,8 @@ linters: - bidichk - contextcheck - decorder + - err13 + - errorlint - exhaustive - fatcontext - gosec @@ -16,6 +18,7 @@ linters: - prealloc - recvcheck - sloglint + - unparam - usestdlibvars settings: recvcheck: