Skip to content

chore: merge main

chore: merge main #10

Triggered via push October 19, 2023 13:03
Status Failure
Total duration 5m 53s
Artifacts

all.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
lint / golangci: x/funders/client/cli/tx.go#L17
const `flagPacketTimeoutTimestamp` is unused (unused)
lint / golangci: x/funders/client/cli/tx.go#L18
const `listSeparator` is unused (unused)
lint / golangci: x/funders/keeper/logic_funders.go#L80
S1039: unnecessary use of fmt.Sprintf (gosimple)
lint / golangci: x/bundles/keeper/keeper_suite_funding_bundles_test.go#L506
ineffectual assignment to pool (ineffassign)
lint / golangci: x/funders/types/genesis.go#L19
SA6001: m[string(key)] would be more efficient than k := string(key); m[k] (staticcheck)
lint / golangci: x/funders/types/genesis.go#L28
SA6001: m[string(key)] would be more efficient than k := string(key); m[k] (staticcheck)
lint / golangci: x/funders/types/genesis.go#L32
SA6001: m[string(key)] would be more efficient than k := string(key); m[k] (staticcheck)
lint / golangci
issues found