From e815d8745b12109f077e4d7ee14fa7e38a966dda Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Wed, 20 May 2026 13:22:58 -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 4482aa9..087613a 100644 --- a/templates/go/.golangci.yml +++ b/templates/go/.golangci.yml @@ -3,17 +3,20 @@ linters: default: standard enable: - bidichk + - containedctx - contextcheck - decorder - err13 - errorlint - exhaustive - fatcontext + - gocritic - gosec - govet - intrange - maintidx - modernize + - nilnil - noctx - prealloc - recvcheck