refactor: util #144
Annotations
10 errors and 1 warning
Lint go files with golangci-lint:
x/query/module.go#L9
"fmt" imported and not used (typecheck)
|
Lint go files with golangci-lint:
app/app.go#L363
app.SetAnteHandler undefined (type *App has no field or method SetAnteHandler) (typecheck)
|
Lint go files with golangci-lint:
app/app.go#L375
app.SetPostHandler undefined (type *App has no field or method SetPostHandler) (typecheck)
|
Lint go files with golangci-lint:
app/app.go#L378
app.RegisterStreamingServices undefined (type *App has no field or method RegisterStreamingServices) (typecheck)
|
Lint go files with golangci-lint:
app/app.go#L384
app.ModuleManager undefined (type *App has no field or method ModuleManager) (typecheck)
|
Lint go files with golangci-lint:
app/app.go#L406
app.Load undefined (type *App has no field or method Load) (typecheck)
|
Lint go files with golangci-lint:
app/app.go#L431
app.UnsafeFindStoreKey undefined (type *App has no field or method UnsafeFindStoreKey) (typecheck)
|
Lint go files with golangci-lint:
app/app.go#L440
app.UnsafeFindStoreKey undefined (type *App has no field or method UnsafeFindStoreKey) (typecheck)
|
Lint go files with golangci-lint:
app/app.go#L451
app.GetStoreKeys undefined (type *App has no field or method GetStoreKeys) (typecheck)
|
Lint go files with golangci-lint:
app/export.go#L24
app.NewContextLegacy undefined (type *App has no field or method NewContextLegacy) (typecheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading