From 51aae54a6229ab334d0715b1daac458693d1fecb Mon Sep 17 00:00:00 2001 From: Alex Peters Date: Tue, 5 Sep 2023 13:08:19 +0200 Subject: [PATCH] Deactivate thelper for linter --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 3ab634ed59..d155f54e54 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -31,7 +31,7 @@ linters: - revive - stylecheck - typecheck - - thelper +# - thelper # too many positives with table tests that have custom setup(*testing.T) - unconvert - unused