Approaching test perfection #147
Annotations
10 errors
golangci-lint:
exchanges/bitget/bitget_wrapper.go#L48
Error return value of `bi.SetupDefaults` is not checked (errcheck)
|
golangci-lint:
exchanges/bitget/bitget_wrapper.go#L130
Error return value of `bi.API.Endpoints.SetDefaultEndpoints` is not checked (errcheck)
|
golangci-lint:
exchanges/bitget/bitget_test.go#L343
string `****@virtual-bitget.com` has 6 occurrences, make it a constant (goconst)
|
golangci-lint:
exchanges/bitget/bitget_test.go#L1186
string `-FUTURES` has 37 occurrences, make it a constant (goconst)
|
golangci-lint:
exchanges/bitget/bitget_websocket.go#L1067
appendCombine: can combine chain of 2 appends into one (gocritic)
|
golangci-lint:
exchanges/bitget/bitget_websocket.go#L270
builtinShadow: shadowing of predeclared identifier: close (gocritic)
|
golangci-lint:
exchanges/bitget/bitget_websocket.go#L785
builtinShadow: shadowing of predeclared identifier: close (gocritic)
|
golangci-lint:
exchanges/bitget/bitget_websocket.go#L1035
builtinShadow: shadowing of predeclared identifier: cap (gocritic)
|
golangci-lint:
exchanges/bitget/bitget_websocket.go#L875
hugeParam: wsResponse is heavy (168 bytes); consider passing it by pointer (gocritic)
|
golangci-lint:
exchanges/bitget/bitget_websocket.go#L902
hugeParam: wsResponse is heavy (168 bytes); consider passing it by pointer (gocritic)
|
Loading