Skip to content

Logging refactoring #378

Logging refactoring

Logging refactoring #378

Triggered via pull request October 25, 2024 20:37
Status Failure
Total duration 6m 53s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint and fmt check: observability/log/log_test.go#L49
Error return value is not checked (errcheck)
Lint and fmt check: component/http/observability_test.go#L89
Error return value of `log.Setup` is not checked (errcheck)
Lint and fmt check: component/http/observability_test.go#L97
fmt.Sprintf can be replaced with string concatenation (perfsprint)
Lint and fmt check: component/http/observability_test.go#L106
fmt.Sprintf can be replaced with string concatenation (perfsprint)
Lint and fmt check: component/http/observability_test.go#L115
fmt.Sprintf can be replaced with string concatenation (perfsprint)
Lint and fmt check: observability/log/log_test.go#L19
require-error: for error assertions use require (testifylint)
Lint and fmt check: observability/log/log_test.go#L29
require-error: for error assertions use require (testifylint)
Lint and fmt check: observability/log/log_test.go#L58
require-error: for error assertions use require (testifylint)
Lint and fmt check
Process completed with exit code 2.
CI on Go
Process completed with exit code 2.