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"