Parse vault public key #122
Annotations
10 errors and 1 warning
golangci-lint:
app/app.go#L189
app.InitSpecialKeepers undefined (type *App has no field or method InitSpecialKeepers) (typecheck)
|
golangci-lint:
app/app.go#L199
app.InitNormalKeepers undefined (type *App has no field or method InitNormalKeepers) (typecheck)
|
golangci-lint:
app/app.go#L211
app.SetupHooks undefined (type *App has no field or method SetupHooks) (typecheck)
|
golangci-lint:
app/app.go#L283
app.CrisisKeeper undefined (type *App has no field or method CrisisKeeper) (typecheck)
|
golangci-lint:
app/app.go#L284
app.MsgServiceRouter undefined (type *App has no field or method MsgServiceRouter) (typecheck)
|
golangci-lint:
app/app.go#L288
app.GRPCQueryRouter undefined (type *App has no field or method GRPCQueryRouter) (typecheck)
|
golangci-lint:
app/app.go#L293
app.GRPCQueryRouter undefined (type *App has no field or method GRPCQueryRouter) (typecheck)
|
golangci-lint:
app/app.go#L303
app.MountKVStores undefined (type *App has no field or method MountKVStores) (typecheck)
|
golangci-lint:
app/app.go#L304
app.MountTransientStores undefined (type *App has no field or method MountTransientStores) (typecheck)
|
golangci-lint:
app/app.go#L305
app.MountMemoryStores undefined (type *App has no field or method MountMemoryStores) (typecheck)
|
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6, 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/.
|