Prune upgrade handlers #6799
Annotations
10 errors and 1 warning
Run golangci/golangci-lint-action@v4:
internal/logger.go#L9
import 'cosmossdk.io/log' is not allowed from list 'main' (depguard)
|
Run golangci/golangci-lint-action@v4:
internal/statesync/statesync.go#L16
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/golangci-lint-action@v4:
internal/statesync/statesync.go#L6
import 'github.com/cometbft/cometbft/rpc/jsonrpc/types' is not allowed from list 'main' (depguard)
|
Run golangci/golangci-lint-action@v4:
app/app.go#L998
Error return value of `app.mm.RegisterServices` is not checked (errcheck)
|
Run golangci/golangci-lint-action@v4:
app/app.go#L1210
Error return value of `app.UpgradeKeeper.SetModuleVersionMap` is not checked (errcheck)
|
Run golangci/golangci-lint-action@v4:
app/app.go#L1424
Error return value of `app.UpgradeKeeper.ClearUpgradePlan` is not checked (errcheck)
|
Run golangci/golangci-lint-action@v4:
app/export.go#L254
Error return value of `app.SlashingKeeper.IterateValidatorSigningInfos` is not checked (errcheck)
|
Run golangci/golangci-lint-action@v4:
app/export.go#L258
Error return value of `app.SlashingKeeper.SetValidatorSigningInfo` is not checked (errcheck)
|
Run golangci/golangci-lint-action@v4:
app/app.go#L443
appendAssign: append result not assigned to the same slice (gocritic)
|
Run golangci/golangci-lint-action@v4:
cmd/provenanced/cmd/root.go#L118
appendAssign: append result not assigned to the same slice (gocritic)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading