Merge pull request #14535 from demoManito/feat/golangci-unconvert

golangci: add unconvert check
This commit is contained in:
Marek Siarkowicz 2022-09-28 14:04:04 +02:00 committed by GitHub
commit d379e6221e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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