From 12ab94fc5cacb593d99c28b5d2545614825993aa Mon Sep 17 00:00:00 2001 From: ivvist Date: Mon, 5 Feb 2024 09:30:45 +0100 Subject: [PATCH] linters forcetypeassert excluded from tests --- scripts/.golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/.golangci.yml b/scripts/.golangci.yml index a634f5c..f74a74e 100644 --- a/scripts/.golangci.yml +++ b/scripts/.golangci.yml @@ -54,4 +54,5 @@ issues: - revive - gosec - errcheck + - forcetypeassert