CI Core #76044
Annotations
10 errors
Golang Lint:
internal/testdb/testdb.go#L45
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Golang Lint:
internal/testdb/testdb.go#L53
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Golang Lint:
internal/testdb/testdb.go#L78
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Golang Lint:
internal/testdb/testdb.go#L43
fmt.Sprintf can be replaced with string concatenation (perfsprint)
|
Golang Lint:
internal/testdb/testdb.go#L50
fmt.Sprintf can be replaced with string concatenation (perfsprint)
|
Golang Lint:
internal/testdb/testdb.go#L55
fmt.Sprintf can be replaced with string concatenation (perfsprint)
|
Golang Lint:
core/services/ocr2/plugins/ccip/internal/parseutil/bigint_test.go#L38
require-error: for error assertions use require (testifylint)
|
Golang Lint:
core/services/ocr2/plugins/functions/encoding/abi_codec.go#L44
fmt.Errorf can be replaced with errors.New (perfsprint)
|
Golang Lint:
core/services/ocr2/plugins/functions/encoding/abi_codec.go#L48
fmt.Errorf can be replaced with errors.New (perfsprint)
|
Golang Lint:
core/null/uint32.go#L126
G115: integer overflow conversion int -> uint32 (gosec)
|
Loading