Skip to content

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

[TODOs] sdk-v0.50 app.go

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

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

lint.yml

on: pull_request
golangci-lint
1m 9s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci-lint: cmd/provenanced/config/toml.go#L7
import 'github.com/cometbft/cometbft/libs/os' is not allowed from list 'main' (depguard)
golangci-lint: x/metadata/types/events.go#L4
import 'github.com/hashicorp/go-metrics' is not allowed from list 'main' (depguard)
golangci-lint: internal/statesync/statesync.go#L16
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: internal/statesync/statesync.go#L6
import 'github.com/cometbft/cometbft/rpc/jsonrpc/types' is not allowed from list 'main' (depguard)
golangci-lint: x/reward/module/module.go#L131
SA1019: simtypes.WeightedProposalContent is deprecated: Use WeightedProposalMsg instead. (staticcheck)
golangci-lint: x/trigger/module/module.go#L125
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: x/trigger/keeper/event_listener.go#L6
import 'cosmossdk.io/store/types' is not allowed from list 'main' (depguard)
golangci-lint: x/trigger/keeper/gas_limit.go#L4
import 'cosmossdk.io/store/types' is not allowed from list 'main' (depguard)
golangci-lint: x/trigger/keeper/keeper.go#L4
import 'cosmossdk.io/log' 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/.