From c82e5de00afed818aeb09e97f70c533bec857fae Mon Sep 17 00:00:00 2001 From: Robin Hahling Date: Thu, 16 Nov 2023 10:42:02 +0100 Subject: [PATCH] ci: enable new linters Signed-off-by: Robin Hahling --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 71db871ab..0648886cc 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -39,11 +39,14 @@ linters: - noctx - nosprintfhostport - predeclared + - protogetter - reassign - revive + - sloglint - staticcheck - tagalign - tenv + - testifylint - typecheck - unconvert - unparam