Post-merge fix #28
Annotations
10 errors and 10 warnings
golangci-lint:
exchanges/coinbasepro/coinbasepro_test.go#L127
Error return value of `c.API.Endpoints.SetDefaultEndpoints` is not checked (errcheck)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_test.go#L2061
Error return value of `u.UnmarshalJSON` is not checked (errcheck)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_test.go#L6
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_test.go#L11
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro.go#L1323
assignOp: replace `path = path + queryParams` with `path += queryParams` (gocritic)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro.go#L1356
assignOp: replace `path = path + queryParams` with `path += queryParams` (gocritic)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L66
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L1265
unnamedResult: consider giving a name to these results (gocritic)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_test.go#L143
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_test.go#L243
commentedOutCode: may want to remove commented-out code (gocritic)
|
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.go#L70
exported: exported const FiatDeposit should have comment (or a comment on this block) or be unexported (revive)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro.go#L802
exported: exported method CoinbasePro.GetUserByID should have comment or be unexported (revive)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro.go#L1528
exported: exported method UnixTimestamp.UnmarshalJSON should have comment or be unexported (revive)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_types.go#L638
exported: exported type ServerTimeV3 should have comment or be unexported (revive)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L613
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
exchanges/coinbasepro/ratelimit.go#L24
exported: exported const V2Rate should have comment (or a comment on this block) or be unexported (revive)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro.go#L1546
exported: exported method UnixTimestamp.Time should have comment or be unexported (revive)
|
golangci-lint:
exchanges/coinbasepro/coinbasepro.go#L187
unused-parameter: parameter 'expiringContractStatus' seems to be unused, consider removing or renaming it as _ (revive)
|
The logs for this run have expired and are no longer available.
Loading