Skip to content

refactor(gateio): enhance order execution limits and currency pair details #9609

refactor(gateio): enhance order execution limits and currency pair details

refactor(gateio): enhance order execution limits and currency pair details #9609

Triggered via pull request August 26, 2025 00:19
Status Failure
Total duration 2m 38s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
lint
issues found
lint: exchanges/gateio/gateio_types.go#L655
ST1011: var FundingIntervalSeconds is of type time.Duration; don't use unit-specific suffix "Seconds" (staticcheck)
lint: exchanges/gateio/gateio_wrapper.go#L2117
Multiplication of durations: `-contract.FundingIntervalSeconds * time.Second` (durationcheck)
lint: exchanges/gateio/gateio_wrapper.go#L1845
Multiplication of durations: `-contracts[i].FundingIntervalSeconds * time.Second` (durationcheck)