ci: test lint #77618
Annotations
10 errors and 1 warning
run linting (long):
client/debug/main.go#L16
"github.com/cosmos/cosmos-sdk/codec/address" imported as addresscodec and not used (typecheck)
|
run linting (long):
x/auth/client/cli/tx_multisign.go#L20
"github.com/cosmos/cosmos-sdk/crypto/keys/multisig" imported as kmultisig and not used (typecheck)
|
run linting (long):
baseapp/abci.go#L388
declared and not used: runTx (typecheck)
|
run linting (long):
baseapp/baseapp.go#L994
declared and not used: postCtx (typecheck)
|
run linting (long):
client/broadcast.go#L97
node.BroadcastTxSync undefined (type CometRPC has no field or method BroadcastTxSync) (typecheck)
|
run linting (long):
client/broadcast.go#L113
node.BroadcastTxAsync undefined (type CometRPC has no field or method BroadcastTxAsync) (typecheck)
|
run linting (long):
client/query.go#L83
node.ABCIQueryWithOptions undefined (type CometRPC has no field or method ABCIQueryWithOptions) (typecheck)
|
run linting (long):
client/broadcast_test.go#L34
cannot use MockClient{…} (value of type MockClient) as CometRPC value in struct literal: MockClient does not implement CometRPC (missing method Block) (typecheck)
|
run linting (long):
client/config/config_test.go#L97
customClientConfig.KeyringBackend undefined (type CustomClientConfig has no field or method KeyringBackend) (typecheck)
|
run linting (long):
client/config/config_test.go#L118
customClientConfig.KeyringBackend undefined (type CustomClientConfig has no field or method KeyringBackend) (typecheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading