Skip to content

Frustrations

Frustrations #153

Triggered via push December 12, 2024 06:30
Status Failure
Total duration 3m 25s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: exchanges/bitget/bitget_wrapper.go#L50
Error return value of `bi.SetupDefaults` is not checked (errcheck)
lint: exchanges/bitget/bitget_wrapper.go#L117
Error return value of `bi.API.Endpoints.SetDefaultEndpoints` is not checked (errcheck)
lint: exchanges/bitget/bitget_wrapper.go#L146
Error return value of `block.WriteTo` is not checked (errcheck)
lint: exchanges/bitget/bitget_wrapper.go#L147
Error return value of `mutex.WriteTo` is not checked (errcheck)
lint: exchanges/bitget/bitget_websocket.go#L1068
appendCombine: can combine chain of 2 appends into one (gocritic)
lint: exchanges/bitget/bitget_websocket.go#L271
builtinShadow: shadowing of predeclared identifier: close (gocritic)
lint: exchanges/bitget/bitget_websocket.go#L786
builtinShadow: shadowing of predeclared identifier: close (gocritic)
lint: exchanges/bitget/bitget_websocket.go#L1036
builtinShadow: shadowing of predeclared identifier: cap (gocritic)
lint: exchanges/bitget/bitget_websocket.go#L876
hugeParam: wsResponse is heavy (168 bytes); consider passing it by pointer (gocritic)
lint: exchanges/bitget/bitget_websocket.go#L903
hugeParam: wsResponse is heavy (168 bytes); consider passing it by pointer (gocritic)
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636