Skip to content

feat(callback): cherrypick callback module #164

feat(callback): cherrypick callback module

feat(callback): cherrypick callback module #164

Triggered via pull request August 13, 2024 08:53
Status Failure
Total duration 2m 46s
Artifacts

golangci_lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
golangci-lint: app/app.go#L229
var `maccCanReceiveTokens` is unused (unused)
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: rollappd/cmd/start.go#L374
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
golangci-lint
issues found