Skip to content

feat(sequencers): wired sequencer rewards module. #186

feat(sequencers): wired sequencer rewards module.

feat(sequencers): wired sequencer rewards module. #186

Triggered via pull request August 26, 2024 16:27
Status Failure
Total duration 2m 45s
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