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 a9ce226
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 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,10 @@ linters-settings:
- gopkg.in/yaml.v3:
recommendations:
- sigs.k8s.io/yaml
- github.com/pkg/errors:
recommendations:
- fmt
- errors
- golang.org/x/net/context:
recommendations:
- context

0 comments on commit a9ce226

Please sign in to comment.