Fix lint check #34
Annotations
10 errors and 2 warnings
app/app.go#L297
cannot use (*App)(nil) (value of type *App) as "github.com/cosmos/cosmos-sdk/server/types".Application value in variable declaration: *App does not implement "github.com/cosmos/cosmos-sdk/server/types".Application (missing method ApplySnapshotChunk) (typecheck)
|
app/ante.go#L25
options.AccountKeeper undefined (type HandlerOptions has no field or method AccountKeeper) (typecheck)
|
app/ante.go#L37
options.SignModeHandler undefined (type HandlerOptions has no field or method SignModeHandler) (typecheck)
|
app/ante.go#L43
options.ExtensionOptionChecker undefined (type HandlerOptions has no field or method ExtensionOptionChecker) (typecheck)
|
app/ante.go#L46
options.AccountKeeper undefined (type HandlerOptions has no field or method AccountKeeper) (typecheck)
|
app/ante.go#L47
options.AccountKeeper undefined (type HandlerOptions has no field or method AccountKeeper) (typecheck)
|
app/app.go#L466
app.MsgServiceRouter undefined (type *App has no field or method MsgServiceRouter) (typecheck)
|
app/app.go#L557
app.MsgServiceRouter undefined (type *App has no field or method MsgServiceRouter) (typecheck)
|
app/app.go#L564
app.MsgServiceRouter undefined (type *App has no field or method MsgServiceRouter) (typecheck)
|
app/app.go#L655
app.GRPCQueryRouter undefined (type *App has no field or method GRPCQueryRouter) (typecheck)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job failed
Loading