From f6d00dfcb2776cfa04c49184010b11512f58faf7 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Thu, 8 May 2025 20:37:42 -0700 Subject: [PATCH] Update expired linters (#569) Signed-off-by: James Hillyerd --- .golangci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 10faedf..18a5190 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -8,6 +8,7 @@ linters: - bodyclose - containedctx - contextcheck + - copyloopvar - decorder # - dupl # - dupword @@ -16,7 +17,6 @@ linters: - errname # - errorlint # - exhaustive - - exportloopref # - forcetypeassert - ginkgolinter - gocheckcompilerdirectives @@ -60,7 +60,6 @@ linters: - sloglint - stylecheck - tagliatelle - - tenv - testableexamples - testifylint - thelper @@ -68,6 +67,7 @@ linters: # - unconvert - unparam - usestdlibvars + - usetesting - wastedassign - whitespace - zerologlint