From db641b0864c5b0bad7fe73f1f634719183f139f1 Mon Sep 17 00:00:00 2001 From: 0x524a Date: Tue, 2 Dec 2025 23:33:20 -0500 Subject: [PATCH] chore: remove typecheck linter from golangci-lint configuration - Eliminated the typecheck linter from the golangci-lint configuration to streamline linting processes and focus on more relevant checks. --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 986b813..e406a83 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -12,7 +12,6 @@ linters: - unused - gosimple - ineffassign - - typecheck - gofmt - goimports - misspell