fixup! GateIO: Split asset.Futures into CoinM and USDT #2685
Annotations
8 errors and 1 warning
lint:
exchanges/gateio/gateio_wrapper.go#L2245
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
|
lint:
exchanges/gateio/gateio_wrapper.go#L2294
rangeValCopy: each iteration copies 384 bytes (consider pointers or indexing) (gocritic)
|
lint:
exchanges/gateio/gateio_wrapper.go#L2310
rangeValCopy: each iteration copies 424 bytes (consider pointers or indexing) (gocritic)
|
lint:
exchanges/gateio/gateio_wrapper.go#L779
append to slice `currencies` with non-zero initialized length (makezero)
|
lint:
exchanges/gateio/gateio_wrapper.go#L794
append to slice `currencies` with non-zero initialized length (makezero)
|
lint:
exchanges/gateio/gateio_wrapper.go#L2295
exporting a pointer for the loop variable c (exportloopref)
|
lint:
exchanges/gateio/gateio_wrapper.go#L2311
exporting a pointer for the loop variable c (exportloopref)
|
lint
issues found
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|