Daily Bitget Progress #65
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_test.go#L224
string `****@virtual-bitget.com` has 6 occurrences, make it a constant (goconst)
|
golangci-lint:
exchanges/bitget/bitget.go#L360
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
exchanges/bitget/bitget.go#L386
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_types.go#L296
var-naming: struct field SubaccountApiKey should be SubaccountAPIKey (revive)
|
golangci-lint:
exchanges/bitget/bitget_types.go#L308
var-naming: struct field SubaccountApiKey should be SubaccountAPIKey (revive)
|
golangci-lint:
exchanges/bitget/bitget.go#L74
var-naming: const bitgetBatchCreateSubAccApi should be bitgetBatchCreateSubAccAPI (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#L2192
var-naming: method parameter clientOrderId should be clientOrderID (revive)
|
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.go#L196
exported: comment on exported method Bitget.QueryAnnouncements should be of the form "QueryAnnouncements ..." (revive)
|
golangci-lint:
exchanges/bitget/bitget_types.go#L567
exported: comment on exported type PlaceSpotOrderStruct should be of the form "PlaceSpotOrderStruct ..." (with optional leading article) (revive)
|
golangci-lint:
exchanges/bitget/bitget_types.go#L973
exported: comment on exported type OpenPositionsResp should be of the form "OpenPositionsResp ..." (with optional leading article) (revive)
|
Loading