Update .golangci.yml

This commit is contained in:
Campbell
2026-04-05 21:48:56 -04:00
committed by GitHub
parent 9fe3065d9f
commit f0a9b0b514

View File

@@ -2,4 +2,12 @@ version: "2"
linters:
exclusions:
paths:
- "nhttp/*.go"
- "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"