[TODOs] sdk-v0.50 app.go #6616
Annotations
10 errors and 1 warning
golangci-lint:
x/ibchooks/types/expected_keepers.go#L5
import 'github.com/cosmos/ibc-go/modules/capability/types' is not allowed from list 'main' (depguard)
|
golangci-lint:
x/ibchooks/types/expected_keepers.go#L6
import 'github.com/cosmos/ibc-go/v8/modules/core/04-channel/types' is not allowed from list 'main' (depguard)
|
golangci-lint:
x/ibchooks/types/expected_keepers.go#L7
import 'github.com/cosmos/ibc-go/v8/modules/core/exported' is not allowed from list 'main' (depguard)
|
golangci-lint:
x/ibchooks/types/types.go#L7
import 'github.com/cosmos/ibc-go/v8/modules/core/04-channel/types' is not allowed from list 'main' (depguard)
|
golangci-lint:
x/ibchooks/keeper/keeper.go#L11
import 'github.com/cometbft/cometbft/crypto/tmhash' is not allowed from list 'main' (depguard)
|
golangci-lint:
x/ibchooks/keeper/keeper.go#L14
import 'cosmossdk.io/log' is not allowed from list 'main' (depguard)
|
golangci-lint:
x/ibchooks/keeper/keeper.go#L15
import 'cosmossdk.io/store/types' is not allowed from list 'main' (depguard)
|
golangci-lint:
x/ibchooks/keeper/keeper.go#L20
import 'github.com/cosmos/ibc-go/v8/modules/core/04-channel/types' is not allowed from list 'main' (depguard)
|
golangci-lint:
x/hold/module/module.go#L136
SA1019: simtypes.WeightedProposalContent is deprecated: Use WeightedProposalMsg instead. (staticcheck)
|
golangci-lint:
x/trigger/keeper/event_detector.go#L26
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
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/.
|