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:
@@ -12,7 +12,6 @@ linters:
|
||||
- unused
|
||||
- gosimple
|
||||
- ineffassign
|
||||
- typecheck
|
||||
- gofmt
|
||||
- goimports
|
||||
- misspell
|
||||
|
||||
Reference in New Issue
Block a user