Skip to content

Coinbase updates & wrap progress #23

Coinbase updates & wrap progress

Coinbase updates & wrap progress #23

Triggered via push December 19, 2023 07:29
Status Failure
Total duration 2m 28s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: exchanges/coinbasepro/coinbasepro_test.go#L62
Error return value of `c.API.Endpoints.SetDefaultEndpoints` is not checked (errcheck)
lint: exchanges/coinbasepro/coinbasepro_test.go#L6
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
lint: exchanges/coinbasepro/coinbasepro_test.go#L11
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
lint: exchanges/coinbasepro/coinbasepro.go#L1967
assignOp: replace `path = path + queryParams` with `path += queryParams` (gocritic)
lint: exchanges/coinbasepro/coinbasepro.go#L2000
assignOp: replace `path = path + queryParams` with `path += queryParams` (gocritic)
lint: exchanges/coinbasepro/coinbasepro_wrapper.go#L67
commentedOutCode: may want to remove commented-out code (gocritic)
lint: exchanges/coinbasepro/coinbasepro_wrapper.go#L1187
commentedOutCode: may want to remove commented-out code (gocritic)
lint: exchanges/coinbasepro/coinbasepro_wrapper.go#L1193
commentedOutCode: may want to remove commented-out code (gocritic)
lint: exchanges/coinbasepro/coinbasepro_wrapper.go#L1203
commentedOutCode: may want to remove commented-out code (gocritic)
lint: exchanges/coinbasepro/coinbasepro_wrapper.go#L1211
commentedOutCode: may want to remove commented-out code (gocritic)
lint: exchanges/order/order_types.go#L353
exported: exported var AllOrderTypes should have comment or be unexported (revive)
lint: exchanges/order/order_types.go#L432
exported: exported const StopUp should have comment (or a comment on this block) or be unexported (revive)
lint: exchanges/coinbasepro/ratelimit.go#L21
exported: exported const V2Rate should have comment (or a comment on this block) or be unexported (revive)
lint: exchanges/coinbasepro/coinbasepro.go#L1085
unused-parameter: parameter 'transferType' seems to be unused, consider removing or renaming it as _ (revive)
lint: exchanges/coinbasepro/coinbasepro.go#L64
exported: exported const Version3 should have comment (or a comment on this block) or be unexported (revive)
lint: exchanges/coinbasepro/coinbasepro.go#L703
exported: exported method CoinbasePro.GetUserByID should have comment or be unexported (revive)
lint: exchanges/coinbasepro/coinbasepro.go#L2168
exported: exported method Params.PreparePagination should have comment or be unexported (revive)
lint: exchanges/coinbasepro/coinbasepro.go#L2243
exported: exported method UnixTimestamp.UnmarshalJSON should have comment or be unexported (revive)
lint: exchanges/coinbasepro/coinbasepro.go#L2261
exported: exported method ExchTime.UnmarshalJSON should have comment or be unexported (revive)
lint: exchanges/coinbasepro/coinbasepro.go#L2278
exported: exported method PriceMap.UnmarshalJSON should have comment or be unexported (revive)