Skip to content

⬆️ Update 🐹 Go Module go.opentelemetry.io/otel to v1.19.0 #120

⬆️ Update 🐹 Go Module go.opentelemetry.io/otel to v1.19.0

⬆️ Update 🐹 Go Module go.opentelemetry.io/otel to v1.19.0 #120

GitHub Actions / golangci succeeded Sep 28, 2023 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (11)

writer.go|32 col 20| Error return value of writer.inner.Write is not checked (errcheck)
writer.go|40 col 14| Error return value of writer.Write is not checked (errcheck)
writer.go|47 col 14| Error return value of writer.Write is not checked (errcheck)
writer.go|64 col 14| Error return value of writer.Write is not checked (errcheck)
telemetry.go|11 col 5| var tracer is unused (unused)
telemetry.go|13 col 6| func setSpanRequest is unused (unused)
fields.go|238 col 10| S1034: assigning the result of this type assertion to a variable (switch ifc := ifc.(type)) could eliminate type assertions in switch cases (gosimple)
fields.go|240 col 14| S1034(related information): could eliminate this type assertion (gosimple)
fields.go|242 col 14| S1034(related information): could eliminate this type assertion (gosimple)
fields.go|244 col 14| S1034(related information): could eliminate this type assertion (gosimple)
method.go|155 col 5| SA9003: empty branch (staticcheck)