Skip to content

Dang/fix unique kvstore #305

Dang/fix unique kvstore

Dang/fix unique kvstore #305

Triggered via pull request October 31, 2023 04:31
Status Failure
Total duration 4m 0s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
lint: x/feeabs/keeper/proposal.go#L3
File is not `gci`-ed with --skip-generated -s standard -s default -s blank -s dot -s prefix(cosmossdk.io) -s prefix(github.com/cosmos/cosmos-sdk) -s prefix(github.com/cometbft/cometbft) -s prefix(github.com/osmosis-labs/fee-abstraction) --custom-order (gci)
lint: x/feeabs/keeper/proposal.go#L7
File is not `gci`-ed with --skip-generated -s standard -s default -s blank -s dot -s prefix(cosmossdk.io) -s prefix(github.com/cosmos/cosmos-sdk) -s prefix(github.com/cometbft/cometbft) -s prefix(github.com/osmosis-labs/fee-abstraction) --custom-order (gci)
lint: x/feeabs/client/cli/tx.go#L102
string `Please specify a IBC denom identifier you want to use as abstraction fee..
lint
issues found
lint: x/feeabs/types/genesis.go#L3
redundant-import-alias: Import alias "fmt" is redundant (revive)
lint: x/feeabs/types/codec.go#L5
redundant-import-alias: Import alias "types" is redundant (revive)
lint: x/feeabs/types/build_memo.go#L5
redundant-import-alias: Import alias "fmt" is redundant (revive)
lint: x/feeabs/keeper/epoch.go#L7
redundant-import-alias: Import alias "proto" is redundant (revive)
lint: x/feeabs/proposal_handler.go#L11
redundant-import-alias: Import alias "cli" is redundant (revive)
lint: cmd/feeappd/cmd/root.go#L122
unchecked-type-assertion: type cast result is unchecked in feeapp.ModuleBasics[genutiltypes.ModuleName].(genutil.AppModuleBasic) - type assertion will panic if not matched (revive)
lint: x/feeabs/ibctesting/endpoint.go#L67
unchecked-type-assertion: type cast result is unchecked in endpoint.Counterparty.Chain.LastHeader.GetHeight().(clienttypes.Height) - type assertion will panic if not matched (revive)
lint: x/feeabs/ibctesting/endpoint.go#L229
unchecked-type-assertion: type cast result is unchecked in clientState.GetLatestHeight().(clienttypes.Height) - type assertion will panic if not matched (revive)
lint: x/feeabs/ibctesting/chain.go#L206
unchecked-type-assertion: type cast result is unchecked in clientState.GetLatestHeight().(clienttypes.Height) - type assertion will panic if not matched (revive)
lint: x/feeabs/ibctesting/chain.go#L352
unchecked-type-assertion: type cast result is unchecked in chain.GetClientState(clientID).GetLatestHeight().(clienttypes.Height) - type assertion will panic if not matched (revive)