Skip to content

ibc rate limit module NTRN-393 #2356

ibc rate limit module NTRN-393

ibc rate limit module NTRN-393 #2356

Triggered via pull request September 3, 2024 12:24
Status Failure
Total duration 3m 24s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: x/ibc-rate-limit/client/cli/query.go#L43
undefined: types.NewQueryClient
lint: x/ibc-rate-limit/client/cli/query.go#L45
undefined: types.QueryParamsRequest (typecheck)
lint: x/ibc-rate-limit/ibcratelimitmodule/module.go#L22
could not import github.com/neutron-org/neutron/v4/x/ibc-rate-limit/client/cli (-: # github.com/neutron-org/neutron/v4/x/ibc-rate-limit/client/cli
lint: x/ibc-rate-limit/client/cli/query.go#L43
undefined: types.NewQueryClient
lint: x/ibc-rate-limit/client/cli/query.go#L45
undefined: types.QueryParamsRequest) (typecheck)
lint: x/ibc-rate-limit/genesis_test.go#L18
cannot use new(GenesisTestSuite) (value of type *GenesisTestSuite) as suite.TestingSuite value in argument to suite.Run: *GenesisTestSuite does not implement suite.TestingSuite (missing method SetS) (typecheck)
lint: x/ibc-rate-limit/genesis_test.go#L22
suite.Setup undefined (type *GenesisTestSuite has no field or method Setup) (typecheck)
lint: x/ibc-rate-limit/genesis_test.go#L28
suite.App undefined (type *GenesisTestSuite has no field or method App) (typecheck)
lint: x/ibc-rate-limit/genesis_test.go#L36
suite.Ctx undefined (type *GenesisTestSuite has no field or method Ctx) (typecheck)
lint: x/ibc-rate-limit/genesis_test.go#L38
suite.Require undefined (type *GenesisTestSuite has no field or method Require) (typecheck)
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/