opentelemetry-collector icon indicating copy to clipboard operation
opentelemetry-collector copied to clipboard

[chore] use string builder to appease linter

Open codeboten opened this issue 2 weeks ago • 1 comments
trafficstars

https://github.com/open-telemetry/opentelemetry-collector/actions/runs/19068015057/job/54463435271?pr=14121

go tool -modfile /home/runner/work/opentelemetry-collector/opentelemetry-collector/internal/tools/go.mod golangci-lint run
Error: cmd/mdatagen/internal/command.go:305:7: concat-loop: string concatenation in a loop (perfsprint)
						result += caser(part)
						^

codeboten avatar Nov 04 '25 15:11 codeboten