PR #157 #53
codeql
on: dynamic
Matrix: Analyze
Annotations
10 errors and 1 warning
Analyze (go)
cannot use &MockProvider{…} (value of type *MockProvider) as provider.ChainProvider value in return statement: *MockProvider does not implement provider.ChainProvider (missing method ClaimFee)
|
Analyze (go)
cannot use p.PCfg (variable of type *MockProviderConfig) as provider.Config value in return statement: *MockProviderConfig does not implement provider.Config (missing method GetWallet)
|
Analyze (go)
cannot use types.TxResponse{…} (value of type "github.com/icon-project/centralized-relay/relayer/types".TxResponse) as *"github.com/icon-project/centralized-relay/relayer/types".TxResponse value in argument to callback
|
Analyze (go)
invalid operation: msg.MessageKey() == key (mismatched types *"github.com/icon-project/centralized-relay/relayer/types".MessageKey and "github.com/icon-project/centralized-relay/relayer/types".MessageKey)
|
Analyze (go)
not enough arguments in call to c.client.ContainerCreate
|
Analyze (go)
cannot use &duration (value of type *"time".Duration) as container.StopOptions value in argument to c.client.ContainerStop
|
Analyze (go)
not enough arguments in call to r.cli.ContainerCreate
|
Analyze (go)
not enough arguments in call to w.cli.ContainerCreate
|
Analyze (go)
not enough arguments in call to image.client.ContainerCreate
|
Analyze (go)
cannot use &stopOptions (value of type *"time".Duration) as container.StopOptions value in argument to c.image.client.ContainerStop
|
Analyze (go)
Failed to restore: Cache service responded with 403
|