Revise CI Workflows #239
Annotations
10 errors and 1 warning
golangci:
app/export.go#L123
Error return value of `app.StakingKeeper.IterateValidators` is not checked (errcheck)
|
golangci:
app/export.go#L173
Error return value of `app.StakingKeeper.IterateRedelegations` is not checked (errcheck)
|
golangci:
app/export.go#L177
Error return value of `app.StakingKeeper.SetRedelegation` is not checked (errcheck)
|
golangci:
app/export.go#L182
Error return value of `app.StakingKeeper.IterateUnbondingDelegations` is not checked (errcheck)
|
golangci:
app/export.go#L186
Error return value of `app.StakingKeeper.SetUnbondingDelegation` is not checked (errcheck)
|
golangci:
app/export.go#L208
Error return value of `app.StakingKeeper.SetValidator` is not checked (errcheck)
|
golangci:
app/export.go#L223
Error return value of `app.SlashingKeeper.IterateValidatorSigningInfos` is not checked (errcheck)
|
golangci:
app/export.go#L227
Error return value of `app.SlashingKeeper.SetValidatorSigningInfo` is not checked (errcheck)
|
golangci:
app/app.go#L334
appendAssign: append result not assigned to the same slice (gocritic)
|
golangci:
cmd/red/root.go#L153
`initRootCmd` - `basicManager` is unused (unparam)
|
golangci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|