From e2fe5e0d46cdb8bb9ef7d951bd07051352235430 Mon Sep 17 00:00:00 2001 From: Steve Gontzes Date: Mon, 9 Mar 2026 09:56:04 -0400 Subject: [PATCH] Exclude goconst from test files --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 504ca07..1e6dfd9 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -101,6 +101,9 @@ linters: - linters: - godot source: (TODO) + - path: _test\.go$ + linters: + - goconst - path: (.+)\.go$ text: third_party$ - path: (.+)\.go$