Skip to content

Json cleaning

Json cleaning #70

Triggered via push May 7, 2024 04:56
Status Failure
Total duration 1m 55s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: exchanges/lbank/lbank.go#L498
exported: exported method Lbank.LoadPrivKey should have comment or be unexported (revive)
lint: exchanges/coinbasepro/coinbasepro.go#L1273
Error return value of `params.prepareDateString` is not checked (errcheck)
lint: exchanges/coinbasepro/coinbasepro_wrapper.go#L657
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: exchanges/coinbasepro/coinbasepro_websocket.go#L458
shadow: declaration of "err" shadows declaration at line 437 (govet)
lint: exchanges/coinbasepro/coinbasepro_wrapper.go#L405
shadow: declaration of "err" shadows declaration at line 376 (govet)
lint: exchanges/coinbasepro/coinbasepro_wrapper.go#L424
shadow: declaration of "err" shadows declaration at line 376 (govet)
lint: exchanges/coinbasepro/coinbasepro_wrapper.go#L1431
shadow: declaration of "err" shadows declaration at line 1421 (govet)
lint: exchanges/coinbasepro/coinbasepro_wrapper.go#L1440
shadow: declaration of "err" shadows declaration at line 1421 (govet)
lint: exchanges/coinbasepro/coinbasepro_websocket.go#L468
ineffectual assignment to err (ineffassign)
lint: cmd/exchange_wrapper_standards/exchange_wrapper_standards_test.go#L108
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)