Add test for Makefile and add fix lints. #329
Annotations
10 errors
golangci-lint:
x/feeabs/proposal_handler.go#L11
redundant-import-alias: Import alias "cli" is redundant (revive)
|
golangci-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)
|
golangci-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)
|
golangci-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)
|
golangci-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)
|
golangci-lint:
cmd/feeappd/cmd/root_test.go#L10
redundant-import-alias: Import alias "app" is redundant (revive)
|
golangci-lint:
x/feeabs/client/cli/tx.go#L102
string `Please specify a IBC denom identifier you want to use as abstraction fee..
|
golangci-lint:
x/feeabs/keeper/epoch.go#L7
redundant-import-alias: Import alias "proto" is redundant (revive)
|
golangci-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)
|
golangci-lint:
cmd/feeappd/main.go#L9
redundant-import-alias: Import alias "app" is redundant (revive)
|
The logs for this run have expired and are no longer available.
Loading