From 4c555fe7f0245d25f8c09efa0c56fc4cdb188b7a Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Mon, 4 Aug 2025 16:38:34 +0200 Subject: [PATCH] fix: remove unexisting golangci-lint checker from migration to v2 --- assets/.golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/.golangci.yml b/assets/.golangci.yml index 69f30a5..83fd28a 100644 --- a/assets/.golangci.yml +++ b/assets/.golangci.yml @@ -11,7 +11,6 @@ linters: - nakedret - revive - staticcheck # Now includes gosimple and stylecheck - - typecheck - unconvert - unused - whitespace