Skip to content

Commit

Permalink
chore(ci) replace deprecated golangci config
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Mar 21, 2022
1 parent d8a4d27 commit 1c05a64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ linters:
- wastedassign
linters-settings:
gci:
local-prefixes: github.com/kong/kubernetes-ingress-controller/v2
sections:
- standard
- default
- prefix(github.com/kong/kubernetes-ingress-controller/v2)
issues:
fix: true
exclude-rules:
Expand Down

0 comments on commit 1c05a64

Please sign in to comment.