From 04e73e0e2fda3bfdbcd42f77b0fa779ff0fbff51 Mon Sep 17 00:00:00 2001 From: Fish-pro Date: Wed, 1 Feb 2023 13:04:55 +0800 Subject: [PATCH] the linter structcheck varcheck and deadcode are deprecated (since v1.49.0) (#6184) --- .golangci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 2264189f7c..e540db8c4b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -5,7 +5,6 @@ linters: - bidichk - bodyclose - containedctx - - deadcode - decorder - dogsled - durationcheck @@ -31,14 +30,12 @@ linters: - nosprintfhostport - paralleltest - staticcheck - - structcheck - tenv - thelper - tparallel - typecheck - unconvert - unused - - varcheck - wastedassign - whitespace