chore(lint): remove typecheck from golangci linters
Some checks failed
CI / Test (push) Successful in 31s
CI / Lint (push) Failing after 17s
CI / Build (push) Successful in 20s

Disable the typecheck linter as it may be redundant or unnecessary in the current setup.
This commit is contained in:
Greg Gauthier 2026-03-02 21:18:43 +00:00
parent 03e6703c58
commit 4f40c7e8d7

View File

@ -9,7 +9,6 @@ linters:
- ineffassign
- unused
- gosimple
- typecheck
- misspell
- gofmt