From c2fc0fad8ddc54bfb774986167aeab16d15022b2 Mon Sep 17 00:00:00 2001 From: Chris Grindstaff Date: Wed, 8 Jan 2025 02:29:12 -0500 Subject: [PATCH] ci: enable more linters (#3413) --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index c7142daa8..2be99c4a8 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -15,6 +15,7 @@ linters: - errname - errorlint - exhaustive + - exptostd - gocheckcompilerdirectives - gochecksumtype - gocritic @@ -29,6 +30,7 @@ linters: - misspell - nakedret - nilerr + - nilnesserr - nolintlint - nonamedreturns - nosprintfhostport @@ -50,6 +52,7 @@ linters: - unparam - unused - usestdlibvars + - usetesting - wastedassign run: