golangci: add unconvert check

Signed-off-by: demoManito <1430482733@qq.com>
This commit is contained in:
demoManito 2022-09-28 19:13:38 +08:00
parent 6828e53b0a
commit 93b9dc6583

View File

@ -24,6 +24,7 @@ linters:
- staticcheck
- stylecheck
- unused
- unconvert # Remove unnecessary type conversions
- revive
linters-settings: # please keep this alphabetized