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