Coinbase revamp done?? #33
Annotations
10 errors and 11 warnings
golangci-lint:
exchanges/coinbasepro/coinbasepro_test.go#L117
Error return value of `c.API.Endpoints.SetDefaultEndpoints` is not checked (errcheck)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_test.go#L147
Error return value of `c.Websocket.Enable` is not checked (errcheck)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_test.go#L1435
Error return value of `u.UnmarshalJSON` is not checked (errcheck)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_test.go#L1472
Error return value of `c.Websocket.Disable` is not checked (errcheck)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_test.go#L1477
Error return value of `c.Websocket.Enable` is not checked (errcheck)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_test.go#L5
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_test.go#L10
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro.go#L1338
assignOp: replace `path = path + queryParams` with `path += queryParams` (gocritic)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro.go#L1373
assignOp: replace `path = path + queryParams` with `path += queryParams` (gocritic)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_websocket.go#L298
hugeParam: snapshot is heavy (88 bytes); consider passing it by pointer (gocritic)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
golangci-lint:
exchanges/order/order_types.go#L365
exported: exported var AllOrderTypes should have comment or be unexported (revive)
|
golangci-lint:
exchanges/order/order_types.go#L444
exported: exported const StopUp should have comment (or a comment on this block) or be unexported (revive)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_test.go#L75
var-naming: const errJsonUnsupportedChan should be errJSONUnsupportedChan (revive)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_test.go#L77
var-naming: const errJsonNumberIntoString should be errJSONNumberIntoString (revive)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_test.go#L80
var-naming: const errJsonInvalidCharacter should be errJSONInvalidCharacter (revive)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_websocket.go#L441
var-naming: var headJson should be headJSON (revive)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_websocket.go#L454
var-naming: var bodyJson should be bodyJSON (revive)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_test.go#L1488
var-naming: var mockJson should be mockJSON (revive)
|
golangci-lint:
exchanges/coinbasepro/ratelimit.go#L25
exported: exported const V2Rate should have comment (or a comment on this block) or be unexported (revive)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro.go#L74
exported: exported const FiatDeposit should have comment (or a comment on this block) or be unexported (revive)
|
The logs for this run have expired and are no longer available.
Loading