Skip to content

⬆️ Update 👷 GitHub Action codecov/codecov-action to v4.3.1 #157

⬆️ Update 👷 GitHub Action codecov/codecov-action to v4.3.1

⬆️ Update 👷 GitHub Action codecov/codecov-action to v4.3.1 #157

GitHub Actions / golangci succeeded May 1, 2024 in 1s

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)