From 572a096e6091d84368f6cfc0ead34a69c639e562 Mon Sep 17 00:00:00 2001 From: Mauren Berti Date: Tue, 14 Nov 2023 21:12:05 -0500 Subject: [PATCH] chore: disable testpackage linter --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index 3b8a3fb75..7cfa99836 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -34,6 +34,7 @@ linters: - golint - maintidx - nosnakecase + - testpackage # it's better to keep tests in the same package for now because kustomize does open box testing linters-settings: dupl: