[TODOs] sdk-v0.50 app.go #6604
Annotations
10 errors and 1 warning
golangci-lint:
x/trigger/module/module.go#L125
SA1019: simtypes.WeightedProposalContent is deprecated: Use WeightedProposalMsg instead. (staticcheck)
|
golangci-lint:
x/hold/keeper/keeper.go#L8
import 'cosmossdk.io/store/prefix' is not allowed from list 'main' (depguard)
|
golangci-lint:
x/hold/keeper/keeper.go#L9
import 'cosmossdk.io/store/types' is not allowed from list 'main' (depguard)
|
golangci-lint:
x/hold/keeper/invariants.go#L47
assign: self-assignment of ctx to ctx (govet)
|
golangci-lint:
x/trigger/simulation/operations.go#L35
unused-parameter: parameter 'cdc' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/marker/types/expected_keepers.go#L7
import 'cosmossdk.io/x/feegrant' is not allowed from list 'main' (depguard)
|
golangci-lint:
x/marker/types/expected_keepers.go#L12
import 'github.com/cosmos/ibc-go/v8/modules/apps/transfer/types' is not allowed from list 'main' (depguard)
|
golangci-lint:
x/marker/types/key.go#L6
import 'github.com/cometbft/cometbft/crypto' is not allowed from list 'main' (depguard)
|
golangci-lint:
x/marker/types/msg.go#L16
import 'github.com/cosmos/ibc-go/v8/modules/apps/transfer/types' is not allowed from list 'main' (depguard)
|
golangci-lint:
x/marker/types/msg.go#L17
import 'github.com/cosmos/ibc-go/v8/modules/core/02-client/types' is not allowed from list 'main' (depguard)
|
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/[email protected], actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|