chore(lint): remove typecheck from golangci linters
Disable the typecheck linter as it may be redundant or unnecessary in the current setup.
This commit is contained in:
parent
03e6703c58
commit
4f40c7e8d7
@ -9,7 +9,6 @@ linters:
|
||||
- ineffassign
|
||||
- unused
|
||||
- gosimple
|
||||
- typecheck
|
||||
- misspell
|
||||
- gofmt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user