Skip to content

feat(callback): add callback and cwerrors module for scheduled execut… #148

feat(callback): add callback and cwerrors module for scheduled execut…

feat(callback): add callback and cwerrors module for scheduled execut… #148

Triggered via push July 22, 2024 15:10
Status Failure
Total duration 2m 51s
Artifacts
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