wfc-server/.golangci.yml
Campbell 8260fcf584
(ci) Add lint workflow (#95)
* (ci) Add lint workflow, update build workflow actions

* (ci) Fixed golangci-lint version

oops I accidentally confused the golintci-lint and go versions

* (ci) Testing exclusions

* Update .golangci.yml

* Update .golangci.yml
2026-04-05 21:53:04 -04:00

14 lines
287 B
YAML

version: "2"
linters:
exclusions:
paths:
- "nhttp/ascii.go"
- "nhttp/buffer.go"
- "nhttp/chunked.go"
- "nhttp/errors.go"
- "nhttp/handler.go"
- "nhttp/request.go"
- "nhttp/response.go"
- "nhttp/server.go"
- "nhttp/transfer.go"