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.
This commit is contained in:
0x524a
2025-12-02 23:33:20 -05:00
parent aa3465a726
commit db641b0864
-1
View File
@@ -12,7 +12,6 @@ linters:
- unused
- gosimple
- ineffassign
- typecheck
- gofmt
- goimports
- misspell