From 6a26b3bc5dcb1d0c0dd96a164fa15118060fa78c Mon Sep 17 00:00:00 2001 From: James Moore Date: Tue, 8 Nov 2022 09:36:40 -0800 Subject: [PATCH] Removed deadcode and structcheck obsolete linters --- .golangci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 607ff165a3..23f0838585 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -5,7 +5,6 @@ run: linters: enable: - bodyclose - - deadcode - depguard - dogsled - goconst @@ -26,7 +25,6 @@ linters: # - scopelint - exportloopref - staticcheck - - structcheck - stylecheck - typecheck - unconvert @@ -58,7 +56,6 @@ issues: - staticcheck - path: test/ linters: - - deadcode - unused - ineffassign - prealloc