Skip to content

Commit

Permalink
Fix golangci-config.yml format to work with newer versions of golan…
Browse files Browse the repository at this point in the history
…gci-lint
  • Loading branch information
aidan-mundy committed Dec 19, 2023
1 parent f15b51a commit 3c3194b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions golangci-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ linters:

linters-settings:
depguard:
list-type: blacklist
packages:
- github.com/gogo/status
- github.com/gogo/codes
- github.com/gogo/protobuf
main:
deny:
- pkg: "github.com/gogo/status"
- pkg: "github.com/gogo/codes"
- pkg: "github.com/gogo/protobuf"
misspell:
locale: US

Expand Down

0 comments on commit 3c3194b

Please sign in to comment.