You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/.golangci.yml

18 lines
315 B

linters:
disable-all: true
enable:
- staticcheck
- stylecheck
issues:
exclude-rules:
- linters:
- stylecheck
text: "ST1005:"
- linters:
- stylecheck
text: "ST1003:"
- linters:
- staticcheck
text: "SA1019: pbs.AuthorizedWorkerList is deprecated:"