Skip to content

chore: disable pruning by default #157

chore: disable pruning by default

chore: disable pruning by default #157

Triggered via pull request July 30, 2024 08:35
Status Failure
Total duration 6m 33s
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