From 2f04d4f8108c6c759f5a231d78b609f589315603 Mon Sep 17 00:00:00 2001 From: Fish-pro Date: Fri, 10 Feb 2023 23:27:37 +0800 Subject: [PATCH] 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 --- src/.golangci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/.golangci.yaml b/src/.golangci.yaml index a6b35d087..306c1cad0 100644 --- a/src/.golangci.yaml +++ b/src/.golangci.yaml @@ -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: