fix(ci): remove typecheck from golangci-lint v2 config

typecheck is built-in in v2 and cannot be explicitly enabled/disabled.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shankar0123
2026-03-27 23:07:50 -04:00
parent 67ccbb46fd
commit 5716d227b1
-1
View File
@@ -11,7 +11,6 @@ linters:
- staticcheck
- unused
- ineffassign
- typecheck
- gocritic
- gosec
- bodyclose