From f0aba514d54ba1b3db076ca6b3928bccd33e56a4 Mon Sep 17 00:00:00 2001 From: Julian Bensch Date: Thu, 12 Jan 2023 15:37:18 +0100 Subject: [PATCH] remove some linters --- src/.golangci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/.golangci.yml b/src/.golangci.yml index 5c0b882..a6242af 100644 --- a/src/.golangci.yml +++ b/src/.golangci.yml @@ -29,7 +29,6 @@ linters: - funlen - gochecknoinits - goconst - - gocritic - gocyclo - gofmt - goimports @@ -42,11 +41,9 @@ linters: - nakedret - noctx - staticcheck - - structcheck - stylecheck - typecheck - unconvert - unparam - unused - - varcheck - whitespace \ No newline at end of file