More bitget progress #54
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#L292
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
exchanges/bitget/bitget.go#L318
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_types.go#L97
exported: comment on exported type P2PMerListResp should be of the form "P2PMerListResp ..." (with optional leading article) (revive)
|
golangci-lint:
exchanges/bitget/bitget_wrapper.go#L326
exported: comment on exported method Bitget.GetAccountFundingHistory should be of the form "GetAccountFundingHistory ..." (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.go#L128
exported: comment on exported method Bitget.QueryAnnouncements should be of the form "QueryAnnouncements ..." (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.go#L846
exported: comment on exported method Bitget.BatchPlaceOrder should be of the form "BatchPlaceOrder ..." (revive)
|
golangci-lint:
exchanges/bitget/bitget.go#L63
var-naming: const bitgetBatchCreateSubAccApi should be bitgetBatchCreateSubAccAPI (revive)
|
golangci-lint:
exchanges/bitget/bitget_wrapper.go#L264
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
exchanges/bitget/bitget_wrapper.go#L305
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading