Skip to content

Commit

Permalink
chore: remove depguard
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Jun 5, 2023
1 parent 9bc15b0 commit d796f57
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ linters:
- asciicheck
- bodyclose
- contextcheck
- depguard
- dogsled
- durationcheck
- errcheck
Expand Down Expand Up @@ -69,3 +68,9 @@ linters-settings:
- gopkg.in/yaml.v3:
recommendations:
- sigs.k8s.io/yaml
- github.com/pkg/errors:
recommenddations:
- errors
- golang.org/x/net/context:
recommenddations:
- context

0 comments on commit d796f57

Please sign in to comment.