Bitget progress and refinement #53
Annotations
10 errors and 10 warnings
golangci-lint:
exchanges/bitget/bitget_wrapper.go#L36
Error return value of `bi.SetupDefaults` is not checked (errcheck)
|
golangci-lint:
exchanges/bitget/bitget_wrapper.go#L101
Error return value of `bi.API.Endpoints.SetDefaultEndpoints` is not checked (errcheck)
|
golangci-lint:
exchanges/bitget/bitget.go#L255
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
exchanges/bitget/bitget.go#L277
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
exchanges/bitget/bitget_wrapper.go#L126
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
exchanges/bitget/bitget_wrapper.go#L187
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
exchanges/bitget/bitget_wrapper.go#L213
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
exchanges/bitget/bitget_wrapper.go#L273
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
exchanges/bitget/bitget_wrapper.go#L388
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
exchanges/bitget/bitget_wrapper.go#L401
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
exchanges/bitget/bitget.go#L63
var-naming: const bitgetBatchCreateSubAccApi should be bitgetBatchCreateSubAccAPI (revive)
|
golangci-lint:
exchanges/bitget/bitget.go#L115
exported: comment on exported method Bitget.QueryAnnouncements should be of the form "QueryAnnouncements ..." (revive)
|
golangci-lint:
exchanges/bitget/bitget_types.go#L295
var-naming: struct field SubAccountApiKey should be SubAccountAPIKey (revive)
|
golangci-lint:
exchanges/bitget/bitget_wrapper.go#L161
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
exchanges/bitget/bitget_types.go#L307
var-naming: struct field SubAccountApiKey should be SubAccountAPIKey (revive)
|
golangci-lint:
exchanges/bitget/bitget.go#L790
exported: comment on exported method Bitget.BatchPlaceOrder should be of the form "BatchPlaceOrder ..." (revive)
|
golangci-lint:
exchanges/bitget/bitget_types.go#L96
exported: comment on exported type P2PMerListResp should be of the form "P2PMerListResp ..." (with optional leading article) (revive)
|
golangci-lint:
exchanges/bitget/bitget_wrapper.go#L185
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
exchanges/bitget/bitget_wrapper.go#L211
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
exchanges/bitget/bitget_wrapper.go#L264
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading