mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-06-02 21:45:10 -05:00
* (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
14 lines
287 B
YAML
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"
|