chore: clean up no longer support linters for golang-lint (#18165)

Clean up no longer support linters for golang-lint

Signed-off-by: Fish-pro <zechun.chen@daocloud.io>
This commit is contained in:
Fish-pro 2023-02-10 23:27:37 +08:00 committed by GitHub
parent a4c95fa030
commit 2f04d4f810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,6 @@ linters:
- revive
- whitespace
- bodyclose
# - deadcode //deprecated since golangci-lint v1.49.0
- errcheck
# - gosec
- gosimple
@ -43,12 +42,10 @@ linters:
# - noctx
# - rowserrcheck
- staticcheck
# - structcheck //deprecated since golangci-lint v1.49.0
- stylecheck
# - unconvert
# - unparam
# - unused // disabled due to too many false positive check and limited support golang 1.19 https://github.com/dominikh/go-tools/issues/1282
# - varcheck //deprecated since golangci-lint v1.49.0
run:
skip-files: