From bb8cc1053abb59417516bcb7b0a6bb10d52dd2f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandor=20Sz=C3=BCcs?= Date: Tue, 30 Aug 2022 22:26:40 +0200 Subject: [PATCH] * golint is abandoned see https://github.com/golang/lint * interfacer is also abandoned see: WARN [runner] The linter interfacer is deprecated (since v1.38.0) due to: The repository of the linter has been archived by the owner. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sandor Szücs --- .golangci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index d43f05909..ccbcb74d2 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -20,12 +20,10 @@ linters: - dogsled - gofmt - goimports - - golint - goprintffuncname - gosimple - govet - ineffassign - - interfacer - misspell - rowserrcheck - staticcheck @@ -47,12 +45,10 @@ issues: - dogsled - gofmt - goimports - - golint - goprintffuncname - gosimple - govet - ineffassign - - interfacer - misspell - nolintlint - rowserrcheck