CI Core #57154
Annotations
10 errors and 1 warning
Golang Lint:
core/chains/evm/logpoller/parser.go#L41
cannot use (*pgDSLParser)(nil) (value of type *pgDSLParser) as primitives.Visitor value in variable declaration: *pgDSLParser does not implement primitives.Visitor (missing method Confidence)
|
Golang Lint:
core/chains/evm/logpoller/parser.go#L61
undefined: primitives.Confirmations
|
Golang Lint:
core/chains/evm/logpoller/parser.go#L68
undefined: primitives.ConfirmationLevel
|
Golang Lint:
core/chains/evm/logpoller/parser.go#L354
cannot use v (variable of type *pgDSLParser) as primitives.Visitor value in argument to exp.Primitive.Accept: *pgDSLParser does not implement primitives.Visitor (missing method Confidence)
|
Golang Lint:
core/chains/evm/logpoller/parser.go#L442
impossible type switch case: *pgDSLParser
|
Golang Lint:
core/chains/evm/logpoller/parser.go#L459
impossible type switch case: *pgDSLParser
|
Golang Lint:
core/chains/evm/logpoller/parser.go#L480
impossible type switch case: *pgDSLParser
|
Golang Lint:
core/chains/evm/logpoller/parser.go#L499
impossible type switch case: *pgDSLParser
|
Golang Lint
cannot use &Relayer{} (value of type *Relayer) as "github.com/smartcontractkit/chainlink-common/pkg/types".Relayer value in variable declaration: *Relayer does not implement "github.com/smartcontractkit/chainlink-common/pkg/types".Relayer (missing method NewContractReader)
|
Golang Lint
Process completed with exit code 1.
|
Golang Lint
No files were found with the provided path: ./golangci-lint-report.xml. No artifacts will be uploaded.
|
Loading