Skip to content

docs(baseapp): fixed typo in baseapp/baseapp.go #29191

docs(baseapp): fixed typo in baseapp/baseapp.go

docs(baseapp): fixed typo in baseapp/baseapp.go #29191

Triggered via pull request February 1, 2024 08:04
Status Success
Total duration 31m 34s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)