Feat/v0.50.x cosmos sdk upgrade #1488
Annotations
10 errors
Lint go code (golangci-lint):
x/vesting/exported/exported.go#L12
SA1019: types.AccountI is deprecated: Use `AccountI` from types package instead. (staticcheck)
|
Lint go code (golangci-lint):
x/logic/fs/wasm.go#L69
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
Lint go code (golangci-lint):
x/logic/predicate/bank.go#L152
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
Lint go code (golangci-lint):
app/export.go#L65
calculated cyclomatic complexity for function prepForZeroHeightGenesis is 35, max is 20 (cyclop)
|
Lint go code (golangci-lint):
x/vesting/msg_server.go#L65
SA1019: authtypes.AccountI is deprecated: Use `AccountI` from types package instead. (staticcheck)
|
Lint go code (golangci-lint):
app/app.go#L593
SA1019: wasm.NewKeeper is deprecated: Do not use. (staticcheck)
|
Lint go code (golangci-lint):
app/app.go#L131
SA1019: "github.com/cosmos/ibc-go/v8/modules/core/02-client/types" is deprecated: The legacy v1beta1 gov types maintained in this file are deprecated and will be removed in a future release. Please use MsgIBCSoftwareUpgrade and MsgRecoverClient in favour of the legacy v1beta1 gov proposal types. (staticcheck)
|
Lint go code (golangci-lint):
x/vesting/types/codec.go#L73
SA1019: codec.NewAminoCodec is deprecated: NewAminoCodec returns a reference to a new AminoCodec. Use NewLegacyAmino instead. (staticcheck)
|
Lint go code (golangci-lint):
x/vesting/types/vesting_account.go#L20
SA1019: authtypes.AccountI is deprecated: Use `AccountI` from types package instead. (staticcheck)
|
Lint go code (golangci-lint):
x/mint/keeper/keeper.go#L110
ST1016: methods on the same type should have the same receiver name (seen 2x "keeper", 7x "k") (stylecheck)
|
The logs for this run have expired and are no longer available.
Loading