From b2c2ba11deb9773f772b3e83eeff0703a6463a6b Mon Sep 17 00:00:00 2001 From: bytemare <3641580+bytemare@users.noreply.github.com> Date: Sun, 15 Oct 2023 16:08:18 +0200 Subject: [PATCH] remove depguard from linters Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com> --- .github/.golangci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/.golangci.yml b/.github/.golangci.yml index 15d8e4f..162e1cf 100644 --- a/.github/.golangci.yml +++ b/.github/.golangci.yml @@ -9,9 +9,10 @@ linters: - contextcheck - cyclop - decorder - - depguard + #- depguard - dogsled - dupl + - dupword - durationcheck - errcheck - errchkjson @@ -25,6 +26,7 @@ linters: - forcetypeassert - funlen - gci + - ginkgolinter #- gochecknoglobals #- gochecknoinits - gocognit @@ -43,6 +45,7 @@ linters: - gomodguard - goprintffuncname - gosec + - gosmopolitan - gosimple - govet - grouper @@ -64,6 +67,7 @@ linters: - nolintlint #- nonamedreturns - nosprintfhostport + - musttag - paralleltest - prealloc - predeclared @@ -74,9 +78,10 @@ linters: - sqlclosecheck - staticcheck - stylecheck + - tagalign - tagliatelle - tenv - #- testableexamples + - testableexamples - testpackage - thelper - tparallel @@ -90,6 +95,7 @@ linters: - whitespace - wrapcheck - wsl + - zerologlint presets: - bugs - unused