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
|
- unused
|
||||||
- gosimple
|
- gosimple
|
||||||
- ineffassign
|
- ineffassign
|
||||||
- typecheck
|
|
||||||
- gofmt
|
- gofmt
|
||||||
- goimports
|
- goimports
|
||||||
- misspell
|
- misspell
|
||||||
|
|||||||
Reference in New Issue
Block a user