Skip to content

Auditing fix

Auditing fix #1055

Triggered via pull request May 20, 2024 07:12
Status Failure
Total duration 3m 21s
Artifacts

lint.yml

on: pull_request
Run golangci-lint
3m 11s
Run golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Run golangci-lint: x/cvm/module.go#L174
unreachable: unreachable code (govet)
Run golangci-lint: x/shield/keeper/proposal.go#L52
SA4004: the surrounding loop is unconditionally terminated (staticcheck)
Run golangci-lint: x/cvm/types/errors.go#L14
SA1019: sdkerrors.Error is deprecated: the type has been moved to cosmossdk.io/errors module. Please use the above module instead of this package. (staticcheck)
Run golangci-lint: x/gov/legacy/v220/proposal.go#L104
SA1019: upgradetypes.SoftwareUpgradeProposal is deprecated: Do not use. (staticcheck)
Run golangci-lint: x/gov/legacy/v260/proposal.go#L104
SA1019: upgradetypes.SoftwareUpgradeProposal is deprecated: Do not use. (staticcheck)
Run golangci-lint: x/gov/keeper/proposal.go#L85
SA1019: upgradetypes.SoftwareUpgradeProposal is deprecated: Do not use. (staticcheck)
Run golangci-lint: x/gov/abci.go#L126
SA4010: this result of append is never used, except maybe in other appends (staticcheck)
Run golangci-lint: x/gov/abci.go#L215
SA4010: this result of append is never used, except maybe in other appends (staticcheck)
Run golangci-lint
Process completed with exit code 2.
Run golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4.0.1, technote-space/get-diff-action@v6.1.2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.