Skip to content

ShazNits

ShazNits #125

Triggered via push September 24, 2024 06:57
Status Failure
Total duration 3m 30s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors
lint: exchanges/coinbasepro/coinbasepro.go#L100
exported: exported const ManyFills should have comment (or a comment on this block) or be unexported (revive)
lint: exchanges/coinbasepro/coinbasepro_wrapper.go#L1097
exported: comment on exported function FormatExchangeKlineIntervalV3 should be of the form "FormatExchangeKlineIntervalV3 ..." (revive)
lint: exchanges/coinbasepro/coinbasepro_wrapper.go#L1292
exported: comment on exported function FormatAssetOutbound should be of the form "FormatAssetOutbound ..." (revive)
lint: exchanges/coinbasepro/coinbasepro_test.go#L578
S1009: should omit nil check; len() for []github.com/thrasher-corp/gocryptotrader/exchanges/coinbasepro.PaymentMethodData is defined as zero (gosimple)
lint: exchanges/coinbasepro/coinbasepro_test.go#L1835
S1009: should omit nil check; len() for []github.com/thrasher-corp/gocryptotrader/exchanges/coinbasepro.PaymentMethodData is defined as zero (gosimple)
lint: exchanges/coinbasepro/coinbasepro_wrapper.go#L772
ineffectual assignment to err (ineffassign)
lint: exchanges/coinbasepro/coinbasepro_types.go#L764
SA5008: the JSON string option only applies to fields of type string, floating point, integer or bool, or pointers to those (staticcheck)
lint: exchanges/coinbasepro/coinbasepro_types.go#L765
SA5008: the JSON string option only applies to fields of type string, floating point, integer or bool, or pointers to those (staticcheck)
lint
issues found