fixup! GateIO: Abstract GetOpenInterest #2687
Annotations
8 errors and 1 warning
golangci-lint:
exchanges/gateio/gateio_wrapper.go#L2244
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
|
golangci-lint:
exchanges/gateio/gateio_wrapper.go#L2292
rangeValCopy: each iteration copies 384 bytes (consider pointers or indexing) (gocritic)
|
golangci-lint:
exchanges/gateio/gateio_wrapper.go#L2308
rangeValCopy: each iteration copies 472 bytes (consider pointers or indexing) (gocritic)
|
golangci-lint:
exchanges/gateio/gateio_wrapper.go#L779
append to slice `currencies` with non-zero initialized length (makezero)
|
golangci-lint:
exchanges/gateio/gateio_wrapper.go#L794
append to slice `currencies` with non-zero initialized length (makezero)
|
golangci-lint:
exchanges/gateio/gateio_wrapper.go#L2293
exporting a pointer for the loop variable c (exportloopref)
|
golangci-lint:
exchanges/gateio/gateio_wrapper.go#L2309
exporting a pointer for the loop variable c (exportloopref)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading