Coinbase Advanced Trade Starts in Ernest #13
Annotations
10 errors and 10 warnings
lint:
exchanges/coinbasepro/coinbasepro_test.go#L50
Error return value of `c.API.Endpoints.SetDefaultEndpoints` is not checked (errcheck)
|
lint:
exchanges/coinbasepro/coinbasepro.go#L1249
assignOp: replace `path = path + queryParams` with `path += queryParams` (gocritic)
|
lint:
exchanges/coinbasepro/coinbasepro.go#L1280
assignOp: replace `path = path + queryParams` with `path += queryParams` (gocritic)
|
lint:
exchanges/coinbasepro/coinbasepro.go#L924
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)
|
lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L63
commentedOutCode: may want to remove commented-out code (gocritic)
|
lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L289
commentedOutCode: may want to remove commented-out code (gocritic)
|
lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L294
commentedOutCode: may want to remove commented-out code (gocritic)
|
lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L328
commentedOutCode: may want to remove commented-out code (gocritic)
|
lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L333
commentedOutCode: may want to remove commented-out code (gocritic)
|
lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L347
commentedOutCode: may want to remove commented-out code (gocritic)
|
lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L288
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L325
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
exchanges/coinbasepro/coinbasepro.go#L1408
var-naming: don't use underscores in Go names; func parameter destination_tag should be destinationTag (revive)
|
lint:
exchanges/coinbasepro/coinbasepro.go#L70
exported: exported const Version3 should have comment (or a comment on this block) or be unexported (revive)
|
lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L382
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L437
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
exchanges/coinbasepro/coinbasepro.go#L93
exported: exported type Version should have comment or be unexported (revive)
|
lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L501
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L546
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
exchanges/coinbasepro/coinbasepro_wrapper.go#L597
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|