Skip to content

Commit

Permalink
Disable depguard
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyaren committed Jun 5, 2023
1 parent fbd8223 commit d9552f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ linters-settings:
# - github.com/sirupsen/logrus: "logging is allowed only by logutils.Log"
staticcheck:
# Select the Go version to target. The default is '1.13'.
go: "1.17"
go: "1.19"
dupl:
threshold: 100
funlen:
Expand Down Expand Up @@ -78,7 +78,7 @@ linters:
enable:
- bodyclose
- deadcode
- depguard
#- depguard
- dogsled
- dupl
- errcheck
Expand Down

0 comments on commit d9552f2

Please sign in to comment.