Skip to content

Commit

Permalink
fixed warnings due to deprecated linters (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
miladz68 authored Nov 21, 2024
1 parent 4a2dd90 commit ab1a6d3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions build/golang/golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@ linters:
- cyclop
- errchkjson
- exhaustive
- exhaustivestruct
- exhaustruct
- forbidigo
- forcetypeassert
- gochecknoglobals
- goerr113
- err113
- gofumpt
- gomnd
- gomoddirectives
- gosec
- godox
Expand All @@ -49,7 +47,6 @@ linters:
- mnd
- nlreturn
- nonamedreturns
- nosnakecase
- paralleltest
- prealloc
- testpackage
Expand All @@ -60,9 +57,7 @@ linters:
- depguard
- musttag
# deprecated:
- golint
- interfacer
- maligned
- exportloopref

linters-settings:
nakedret:
Expand Down

0 comments on commit ab1a6d3

Please sign in to comment.