Skip to content

Commit

Permalink
chore(lint): fix typos in .golangci.yaml and enable gocritic
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer04 committed Apr 22, 2024
1 parent bf4eb6b commit 778cf43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ linters:
- exportloopref
- forbidigo
- gci
- gocritic
- godot
- gofmt
- gofumpt
Expand Down Expand Up @@ -89,11 +90,11 @@ linters-settings:
recommendations:
- sigs.k8s.io/yaml
- github.com/pkg/errors:
recommenddations:
recommendations:
- fmt
- errors
- golang.org/x/net/context:
recommenddations:
recommendations:
- context
issues:
fix: true
Expand Down

0 comments on commit 778cf43

Please sign in to comment.