chore: fix spelling errors (#19289) #2
Annotations
10 errors
Analyze
ST1019: package "cosmossdk.io/errors" is being imported more than once (stylecheck)
|
Analyze
ST1019(related information): other import of "cosmossdk.io/errors" (stylecheck)
|
Analyze
could not import github.com/cosmos/cosmos-sdk/runtime (-: # github.com/cosmos/cosmos-sdk/runtime
|
Analyze
undefined: appmodule.Environment
|
Analyze
undefined: appmodule.Environment
|
Analyze
cannot use &Events{…} (value of type *Events) as event.Manager value in return statement: *Events does not implement event.Manager (wrong type for method Emit)
|
Analyze
cannot use (*Events)(nil) (value of type *Events) as event.Manager value in variable declaration: *Events does not implement event.Manager (wrong type for method Emit)
|
Analyze
cannot use &Events{…} (value of type *Events) as event.Manager value in return statement: *Events does not implement event.Manager (wrong type for method Emit)
|
Analyze
undefined: appmodule.Environment
|
Analyze
cannot use CoreGasmeter{…} (value of type CoreGasmeter) as gas.Meter value in return statement: CoreGasmeter does not implement gas.Meter (missing method ConsumeGas)
|