Skip to content

introduce staking middleware prototype. #987

introduce staking middleware prototype.

introduce staking middleware prototype. #987

Triggered via pull request December 16, 2023 20:32
Status Failure
Total duration 2m 53s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: x/stakingmiddleware/keeper/genesis.go#L1
: # github.com/notional-labs/composable/v6/x/stakingmiddleware/keeper
lint: x/stakingmiddleware/keeper/msg_server.go#L24
undefined: types.MsgUpdateParamsResponse (typecheck)
lint: x/stakingmiddleware/module.go#L20
could not import github.com/notional-labs/composable/v6/x/stakingmiddleware/keeper (-: # github.com/notional-labs/composable/v6/x/stakingmiddleware/keeper
lint: x/stakingmiddleware/keeper/msg_server.go#L24
undefined: types.MsgUpdateParamsResponse) (typecheck)
lint: custom/staking/keeper/msg_server.go#L32
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: x/mint/keeper/msg_server.go#L50
unreachable: unreachable code (govet)
lint: app/app.go#L361
SA4001: *&x will be simplified to x. It will not copy x. (staticcheck)
lint: custom/staking/module.go#L10
ST1019: package "github.com/cosmos/cosmos-sdk/x/staking/keeper" is being imported more than once (stylecheck)
lint: custom/staking/module.go#L11
ST1019(related information): other import of "github.com/cosmos/cosmos-sdk/x/staking/keeper" (stylecheck)
lint
issues found