Files
protocol/.golangci.yml
Paul Wells b9e7f5f683 fix go ci (#1473)
* fix go ci

* lint ignore syntax

* better linter

* tidy
2026-04-02 01:57:36 -07:00

17 lines
265 B
YAML

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