fix: avoid fan out matrix task failed due to result ref #164
Annotations
2 errors
golangci-lint:
pkg/apis/pipeline/v1/matrix_types.go#L240
assignOp: replace `count = count * len(param.Value.ArrayVal)` with `count *= len(param.Value.ArrayVal)` (gocritic)
|
golangci-lint
issues found
|
Loading