From f0a9b0b514ecea9854cf7a395eb1dbf3625849a5 Mon Sep 17 00:00:00 2001 From: Campbell <58050615+NinjaCheetah@users.noreply.github.com> Date: Sun, 5 Apr 2026 21:48:56 -0400 Subject: [PATCH] Update .golangci.yml --- .golangci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index dc1beef..3ca5499 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -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"