From ef34a7922b8c575b5b0e79467f7b3a890fdd6c5f Mon Sep 17 00:00:00 2001 From: Fish-pro Date: Tue, 31 Jan 2023 16:33:56 +0800 Subject: [PATCH] The linter deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused. Signed-off-by: Fish-pro --- .golangci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index e1df7498b3d..8d20145e5f0 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -25,7 +25,6 @@ linters-settings: linters: disable-all: true enable: - - deadcode - errcheck - errorlint - exportloopref @@ -44,8 +43,6 @@ linters: - misspell - revive # replacement for golint - staticcheck - - structcheck - typecheck - unused - - varcheck - whitespace