chore(deps): bumped dymint to v1.2.0-rc02
(#110)
#173
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
|