From b56a480b2882b00b1617296cf5e9e5b8c6e9aa40 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Fri, 18 Oct 2024 07:31:55 +0200 Subject: [PATCH] fix: enable thelper linter Signed-off-by: Matthieu MOREL --- .golangci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yaml b/.golangci.yaml index 95c66cc69f73..c59325f29c92 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -102,6 +102,7 @@ linters: - revive - tenv - testifylint + - thelper - typecheck - unconvert - unused