Skip to content

[TODOs] sdk-v0.50 app.go #6616

[TODOs] sdk-v0.50 app.go

[TODOs] sdk-v0.50 app.go #6616

Triggered via pull request March 14, 2024 19:52
Status Failure
Total duration 1m 17s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/.