feat(ante): skip fees for IBC messages #201
Triggered via pull request
September 13, 2024 14:24
Status
Failure
Total duration
2m 52s
Artifacts
–
golangci_lint.yml
on: pull_request
golangci-lint
2m 42s
Annotations
10 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:
app/create_account_decorator.go#L48
ineffectual assignment to acc (ineffassign)
|
golangci-lint:
e2e/testing/chain.go#L82
SA4010: this result of append is never used, except maybe in other appends (staticcheck)
|
golangci-lint:
app/create_account_decorator.go#L33
SA1019: sdkerrors.Wrap is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
golangci-lint:
app/sigcheck_decorator.go#L26
SA1019: sdkerrors.Wrap is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
golangci-lint:
app/sigcheck_decorator.go#L40
SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
golangci-lint:
app/sigcheck_decorator.go#L54
SA1019: sdkerrors.Wrap is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
golangci-lint:
app/sigcheck_decorator.go#L59
SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
golangci-lint
issues found
|