Skip to content

fix(deps): bumped dymint to d51b961e7 to fix stuck submission bug #207

fix(deps): bumped dymint to d51b961e7 to fix stuck submission bug

fix(deps): bumped dymint to d51b961e7 to fix stuck submission bug #207

Triggered via pull request September 16, 2024 14:49
Status Failure
Total duration 2m 50s
Artifacts

golangci_lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
golangci-lint: x/callback/keeper/callback.go#L140
S1008: should use 'return strings.EqualFold(sender, contractInfo.Admin)' instead of 'if strings.EqualFold(sender, contractInfo.Admin) { return true }; return false' (gosimple)
golangci-lint: x/cwerrors/keeper/subscriptions.go#L89
S1008: should use 'return strings.EqualFold(sender, contractInfo.Admin)' instead of 'if strings.EqualFold(sender, contractInfo.Admin) { return true }; return false' (gosimple)
golangci-lint: e2e/testing/chain.go#L82
SA4010: this result of append is never used, except maybe in other appends (staticcheck)
golangci-lint
issues found