From b921526a77fcb23c980ccd94637002d5554352e9 Mon Sep 17 00:00:00 2001 From: Eric Chlebek Date: Tue, 9 Jul 2024 10:48:03 -0700 Subject: [PATCH] Remove deprecated linter Signed-off-by: Eric Chlebek --- .golangci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index f85fe5ef8a..a663c519bf 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -10,10 +10,6 @@ linters-settings: gosimple: go: "1.21" - maligned: - # print struct with more effective memory layout or not, false by default - suggest-new: true - unused: go: "1.21" @@ -37,7 +33,6 @@ linters: - ineffassign - typecheck - unused - - gosimple - staticcheck issues: