V3 done, onto V2 #14
Annotations
10 errors and 10 warnings
exchanges/coinbasepro/coinbasepro_test.go#L54
Error return value of `c.API.Endpoints.SetDefaultEndpoints` is not checked (errcheck)
|
exchanges/coinbasepro/coinbasepro_test.go#L6
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
exchanges/coinbasepro/coinbasepro.go#L1452
assignOp: replace `path = path + queryParams` with `path += queryParams` (gocritic)
|
exchanges/coinbasepro/coinbasepro.go#L1484
assignOp: replace `path = path + queryParams` with `path += queryParams` (gocritic)
|
exchanges/coinbasepro/coinbasepro.go#L1127
paramTypeCombine: func(ctx context.Context, profileID string, reportType string, after time.Time, limit int64, ignoreExpired bool) ([]Report, error) could be replaced with func(ctx context.Context, profileID, reportType string, after time.Time, limit int64, ignoreExpired bool) ([]Report, error) (gocritic)
|
exchanges/coinbasepro/coinbasepro_wrapper.go#L63
commentedOutCode: may want to remove commented-out code (gocritic)
|
exchanges/coinbasepro/coinbasepro_wrapper.go#L289
commentedOutCode: may want to remove commented-out code (gocritic)
|
exchanges/coinbasepro/coinbasepro_wrapper.go#L294
commentedOutCode: may want to remove commented-out code (gocritic)
|
exchanges/coinbasepro/coinbasepro_wrapper.go#L328
commentedOutCode: may want to remove commented-out code (gocritic)
|
exchanges/coinbasepro/coinbasepro_wrapper.go#L333
commentedOutCode: may want to remove commented-out code (gocritic)
|
exchanges/coinbasepro/coinbasepro.go#L77
exported: exported const Version3 should have comment (or a comment on this block) or be unexported (revive)
|
exchanges/coinbasepro/coinbasepro.go#L115
exported: exported type Version should have comment or be unexported (revive)
|
exchanges/coinbasepro/coinbasepro.go#L495
exported: exported method CoinbasePro.GetUserByID should have comment or be unexported (revive)
|
exchanges/coinbasepro/coinbasepro.go#L1617
var-naming: don't use underscores in Go names; func parameter destination_tag should be destinationTag (revive)
|
exchanges/coinbasepro/ratelimit.go#L21
exported: exported const V2Rate should have comment (or a comment on this block) or be unexported (revive)
|
exchanges/coinbasepro/coinbasepro_types.go#L72
exported: comment on exported type ProductBookResponse should be of the form "ProductBookResponse ..." (with optional leading article) (revive)
|
exchanges/coinbasepro/coinbasepro_types.go#L147
exported: exported method UnixTimestamp.UnmarshalJSON should have comment or be unexported (revive)
|
exchanges/coinbasepro/coinbasepro_types.go#L1025
exported: comment on exported type OrderbookFinalResponse should be of the form "OrderbookFinalResponse ..." (with optional leading article) (revive)
|
exchanges/coinbasepro/coinbasepro_types.go#L1211
exported: exported type ExchTime should have comment or be unexported (revive)
|
exchanges/coinbasepro/coinbasepro_types.go#L1213
exported: exported method ExchTime.UnmarshalJSON should have comment or be unexported (revive)
|
The logs for this run have expired and are no longer available.
Loading