Skip to content

feat: add HTML response handling for target allocator #9928

feat: add HTML response handling for target allocator

feat: add HTML response handling for target allocator #9928

Triggered via pull request January 22, 2025 22:52
Status Failure
Total duration 5m 38s
Artifacts

continuous-integration.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Code standards (linting): cmd/otel-allocator/server/server.go#L407
Error return value of `c.Writer.WriteString` is not checked (errcheck)
Code standards (linting): cmd/otel-allocator/server/server.go#L420
Error return value of `c.Writer.WriteString` is not checked (errcheck)
Code standards (linting): cmd/otel-allocator/server/server.go#L612
Error return value of `c.Writer.WriteString` is not checked (errcheck)
Code standards (linting): cmd/otel-allocator/server/server.go#L336
S1005: unnecessary assignment to the blank identifier (gosimple)
Code standards (linting): cmd/otel-allocator/server/server.go#L507
S1005: unnecessary assignment to the blank identifier (gosimple)
Code standards (linting): cmd/otel-allocator/server/server.go#L360
S1039: unnecessary use of fmt.Sprintf (gosimple)
Code standards (linting): cmd/otel-allocator/server/server.go#L483
S1039: unnecessary use of fmt.Sprintf (gosimple)
Code standards (linting): cmd/otel-allocator/server/server.go#L326
printf: non-constant format string in call to fmt.Fprintf (govet)
Code standards (linting): cmd/otel-allocator/server/server.go#L327
printf: non-constant format string in call to fmt.Fprintf (govet)
Code standards (linting): cmd/otel-allocator/server/server.go#L328
printf: non-constant format string in call to fmt.Fprintf (govet)