import custom pfm into app.go #1536
Annotations
10 errors and 2 warnings
golangci-lint:
app/app.go#L1
: # github.com/notional-labs/composable/v6/app
|
golangci-lint:
app/app.go#L343
not enough arguments in call to custompfm.NewIBCMiddleware
|
golangci-lint:
app/helpers/test_helpers.go#L30
could not import github.com/notional-labs/composable/v6/app (-: # github.com/notional-labs/composable/v6/app
|
golangci-lint:
app/app.go#L343
not enough arguments in call to custompfm.NewIBCMiddleware
|
golangci-lint:
app/ibctesting/chain.go#L57
could not import github.com/notional-labs/composable/v6/app (-: # github.com/notional-labs/composable/v6/app
|
golangci-lint:
app/app.go#L343
not enough arguments in call to custompfm.NewIBCMiddleware
|
golangci-lint:
app/ibctesting/chain.go#L709
cannot use TestingAppDecorator{} (value of type TestingAppDecorator) as "github.com/cosmos/ibc-go/v7/testing".TestingApp value in variable declaration: TestingAppDecorator does not implement "github.com/cosmos/ibc-go/v7/testing".TestingApp (missing method AppCodec) (typecheck)
|
golangci-lint:
app/ibctesting/chain.go#L143
cannot use app (variable of type *TestingAppDecorator) as "github.com/cosmos/ibc-go/v7/testing".TestingApp value in struct literal: *TestingAppDecorator does not implement "github.com/cosmos/ibc-go/v7/testing".TestingApp (missing method AppCodec) (typecheck)
|
golangci-lint:
app/ibctesting/chain.go#L147
app.AppCodec undefined (type *TestingAppDecorator has no field or method AppCodec) (typecheck)
|
golangci-lint:
app/ibctesting/chain.go#L639
impossible type assertion: chain.App.(*TestingAppDecorator)
|
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/.
|
Run actions/setup-go@v4
Restore cache failed: Dependencies file is not found in /home/runner/work/composable-cosmos/composable-cosmos. Supported file pattern: go.sum
|
Loading