CI Core #82947
Annotations
7 errors
Golang Lint (integration-tests/load):
integration-tests/load/ccip/ccip_test.go#L280
commentFormatting: put a space between `//` and comment text (gocritic)
|
Golang Lint (integration-tests/load):
integration-tests/load/ccip/metrics.go#L110
unnecessary leading newline (whitespace)
|
Golang Lint (integration-tests/load):
integration-tests/load/ccip/metrics.go#L28
found a struct that contains a context.Context field (containedctx)
|
Golang Lint (integration-tests/load):
integration-tests/load/ccip/ccip_test.go#L52
lostcancel: the cancel function is not used on all paths (possible context leak) (govet)
|
Golang Lint (integration-tests/load):
integration-tests/load/ccip/ccip_test.go#L225
lostcancel: this return statement may be reached without using the cancel var defined on line 52 (govet)
|
Golang Lint (integration-tests/load):
integration-tests/load/ccip/metrics.go#L150
fmt.Sprintf can be replaced with faster strconv.Itoa (perfsprint)
|
Golang Lint (integration-tests/load)
issues found
|
Loading