feat(rfq): active quoting API #34265
Annotations
10 errors and 1 warning
golangci-lint:
services/rfq/api/rest/rfq.go#L21
Error return value of `client.SendQuoteRequest` is not checked (errcheck)
|
golangci-lint:
services/rfq/api/rest/ws.go#L96
Error return value of `c.conn.Close` is not checked (errcheck)
|
golangci-lint:
services/rfq/api/rest/ws.go#L109
Error return value of `c.conn.WriteJSON` is not checked (errcheck)
|
golangci-lint:
services/rfq/api/rest/ws.go#L135
Error return value of `c.conn.Close` is not checked (errcheck)
|
golangci-lint:
services/rfq/api/rest/ws.go#L145
Error return value of `c.conn.Close` is not checked (errcheck)
|
golangci-lint:
services/rfq/api/client/client.go#L211
Error return value of `conn.Close` is not checked (errcheck)
|
golangci-lint:
services/rfq/api/client/client.go#L180
cognitive complexity 46 of func `(*clientImpl).SubscribeActiveQuotes` is high (> 30) (gocognit)
|
golangci-lint:
services/rfq/api/model/response.go#L50
Comment should end in a period (godot)
|
golangci-lint:
services/rfq/api/model/response.go#L73
Comment should end in a period (godot)
|
golangci-lint:
services/rfq/api/model/response.go#L80
Comment should end in a period (godot)
|
Run actions/setup-go@v5
Restore cache failed: Dependencies file is not found in /home/runner/work/sanguine/sanguine. Supported file pattern: go.sum
|
Loading