Skip to content

Commit

Permalink
remove depguard from linters
Browse files Browse the repository at this point in the history
Signed-off-by: bytemare <[email protected]>
  • Loading branch information
bytemare committed Oct 15, 2023
1 parent 58658ba commit b2c2ba1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ linters:
- contextcheck
- cyclop
- decorder
- depguard
#- depguard
- dogsled
- dupl
- dupword
- durationcheck
- errcheck
- errchkjson
Expand All @@ -25,6 +26,7 @@ linters:
- forcetypeassert
- funlen
- gci
- ginkgolinter
#- gochecknoglobals
#- gochecknoinits
- gocognit
Expand All @@ -43,6 +45,7 @@ linters:
- gomodguard
- goprintffuncname
- gosec
- gosmopolitan
- gosimple
- govet
- grouper
Expand All @@ -64,6 +67,7 @@ linters:
- nolintlint
#- nonamedreturns
- nosprintfhostport
- musttag
- paralleltest
- prealloc
- predeclared
Expand All @@ -74,9 +78,10 @@ linters:
- sqlclosecheck
- staticcheck
- stylecheck
- tagalign
- tagliatelle
- tenv
#- testableexamples
- testableexamples
- testpackage
- thelper
- tparallel
Expand All @@ -90,6 +95,7 @@ linters:
- whitespace
- wrapcheck
- wsl
- zerologlint
presets:
- bugs
- unused
Expand Down

0 comments on commit b2c2ba1

Please sign in to comment.