Skip to content

Testing improvements #141

Testing improvements

Testing improvements #141

Triggered via push November 5, 2024 04:05
Status Failure
Total duration 1m 39s
Artifacts

linter.yml

on: push

Annotations

10 errors
lint: exchanges/stream/buffer/buffer.go#L26
exported: exported var ErrDepthNotFound should have comment or be unexported (revive)
lint: exchanges/bitget/bitget_wrapper.go#L46
Error return value of `bi.SetupDefaults` is not checked (errcheck)
lint: exchanges/bitget/bitget_wrapper.go#L128
Error return value of `bi.API.Endpoints.SetDefaultEndpoints` is not checked (errcheck)
lint: exchanges/bitget/bitget_test.go#L335
string `****@virtual-bitget.com` has 6 occurrences, make it a constant (goconst)
lint: exchanges/bitget/bitget_test.go#L1178
string `-FUTURES` has 37 occurrences, make it a constant (goconst)
lint: exchanges/bitget/bitget_websocket.go#L1067
appendCombine: can combine chain of 2 appends into one (gocritic)
lint: exchanges/bitget/bitget_websocket.go#L270
builtinShadow: shadowing of predeclared identifier: close (gocritic)
lint: exchanges/bitget/bitget_websocket.go#L785
builtinShadow: shadowing of predeclared identifier: close (gocritic)
lint: exchanges/bitget/bitget_websocket.go#L1035
builtinShadow: shadowing of predeclared identifier: cap (gocritic)
lint: exchanges/bitget/bitget_websocket.go#L875
hugeParam: wsResponse is heavy (168 bytes); consider passing it by pointer (gocritic)