From a841675e7eb4997ab8bfd7de13d446998202cc93 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Mon, 8 Aug 2022 09:25:00 +0200 Subject: [PATCH] Adapt linter config to remove warnings --- .golangci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index a2b92c6..f6c0d69 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -59,7 +59,6 @@ linters: - govet - ineffassign - staticcheck - - structcheck - typecheck - unused - varcheck @@ -81,7 +80,6 @@ linters: - gomnd - goprintffuncname - gosec - - ifshort - importas - lll - makezero