Skip to content

Mid-day bitget progress #60

Mid-day bitget progress

Mid-day bitget progress #60

Triggered via push April 9, 2024 00:10
Status Failure
Total duration 6m 25s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: exchanges/bitget/bitget_wrapper.go#L36
Error return value of `bi.SetupDefaults` is not checked (errcheck)
lint: exchanges/bitget/bitget_wrapper.go#L101
Error return value of `bi.API.Endpoints.SetDefaultEndpoints` is not checked (errcheck)
lint: exchanges/bitget/bitget_test.go#L208
string `****@virtual-bitget.com` has 6 occurrences, make it a constant (goconst)
lint: exchanges/bitget/bitget.go#L352
commentedOutCode: may want to remove commented-out code (gocritic)
lint: exchanges/bitget/bitget.go#L378
commentedOutCode: may want to remove commented-out code (gocritic)
lint: exchanges/bitget/bitget_wrapper.go#L126
commentedOutCode: may want to remove commented-out code (gocritic)
lint: exchanges/bitget/bitget_wrapper.go#L187
commentedOutCode: may want to remove commented-out code (gocritic)
lint: exchanges/bitget/bitget_wrapper.go#L213
commentedOutCode: may want to remove commented-out code (gocritic)
lint: exchanges/bitget/bitget_wrapper.go#L273
commentedOutCode: may want to remove commented-out code (gocritic)
lint: exchanges/bitget/bitget_wrapper.go#L388
commentedOutCode: may want to remove commented-out code (gocritic)
lint: exchanges/bitget/bitget_test.go#L1183
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
lint: exchanges/bitget/bitget.go#L74
var-naming: const bitgetBatchCreateSubAccApi should be bitgetBatchCreateSubAccAPI (revive)
lint: exchanges/bitget/bitget_types.go#L296
var-naming: struct field SubaccountApiKey should be SubaccountAPIKey (revive)
lint: exchanges/bitget/bitget_wrapper.go#L161
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: exchanges/bitget/bitget.go#L188
exported: comment on exported method Bitget.QueryAnnouncements should be of the form "QueryAnnouncements ..." (revive)
lint: exchanges/bitget/bitget_types.go#L308
var-naming: struct field SubaccountApiKey should be SubaccountAPIKey (revive)
lint: exchanges/bitget/bitget_wrapper.go#L185
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: exchanges/bitget/bitget.go#L827
exported: comment on exported method Bitget.BatchPlaceOrder should be of the form "BatchPlaceOrder ..." (revive)
lint: exchanges/bitget/bitget_wrapper.go#L211
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: exchanges/bitget/bitget_types.go#L97
exported: comment on exported type P2PMerListResp should be of the form "P2PMerListResp ..." (with optional leading article) (revive)