Skip to content

Wrapper is wrapped, kinda #25

Wrapper is wrapped, kinda

Wrapper is wrapped, kinda #25

Triggered via push January 2, 2024 06:09
Status Failure
Total duration 2m 22s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: exchanges/coinbasepro/coinbasepro_test.go#L110
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#L1980
assignOp: replace `path = path + queryParams` with `path += queryParams` (gocritic)
lint: exchanges/coinbasepro/coinbasepro.go#L2013
assignOp: replace `path = path + queryParams` with `path += queryParams` (gocritic)
lint: exchanges/coinbasepro/coinbasepro_wrapper.go#L66
commentedOutCode: may want to remove commented-out code (gocritic)
lint: exchanges/coinbasepro/coinbasepro_wrapper.go#L1478
unnamedResult: consider giving a name to these results (gocritic)
lint: exchanges/coinbasepro/coinbasepro_test.go#L126
commentedOutCode: may want to remove commented-out code (gocritic)
lint: exchanges/coinbasepro/coinbasepro_test.go#L224
commentedOutCode: may want to remove commented-out code (gocritic)
lint: exchanges/coinbasepro/coinbasepro_test.go#L232
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/coinbasepro_types.go#L83
exported: comment on exported type ProductBookResponse should be of the form "ProductBookResponse ..." (with optional leading article) (revive)
lint: exchanges/coinbasepro/coinbasepro_types.go#L574
exported: exported type ServerTimeV3 should have comment or be unexported (revive)
lint: exchanges/coinbasepro/coinbasepro_types.go#L1421
exported: comment on exported type OrderbookFinalResponse should be of the form "OrderbookFinalResponse ..." (with optional leading article) (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#L66
exported: exported const Version3 should have comment (or a comment on this block) or be unexported (revive)
lint: exchanges/coinbasepro/coinbasepro_types.go#L1607
exported: exported type ExchTime should have comment or be unexported (revive)
lint: exchanges/coinbasepro/coinbasepro.go#L716
exported: exported method CoinbasePro.GetUserByID should have comment or be unexported (revive)
lint: exchanges/coinbasepro/coinbasepro.go#L2187
exported: exported method Params.PreparePagination should have comment or be unexported (revive)