Files
server-sdk-go/.golangci.yml
David Zhao a23b81de61 chore: pin GHA by commit, switch to golangci-lint (#884)
* chore: pin GHA by commit, switch to golangci-lint

* fix
2026-04-12 12:53:40 -07:00

16 lines
245 B
YAML

version: "2"
linters:
default: none
enable:
- staticcheck
settings:
staticcheck:
checks:
- "all"
- "-ST1000"
- "-ST1003"
- "-ST1020"
- "-ST1021"
- "-ST1022"
- "-SA1019"