From e4f3886e6357627a88d43cbba40489049a68511b Mon Sep 17 00:00:00 2001 From: Steven Hartland Date: Mon, 7 Oct 2024 13:44:32 +0100 Subject: [PATCH] ci: remove unused lint config Remove an unused block from the lint config. --- .golangci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index 7a55a76..989cc7a 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -75,11 +75,6 @@ issues: linters: - err113 - # We need to use the `err` named return for error handling. - - text: 'named return "err" with type "error" found' - linters: - - nonamedreturns - # Interface casting is fine in mock. - path: mock_test\.go linters: