fix(lint): exclude common fire-and-forget patterns from errcheck

This commit is contained in:
Deivid Soto 2026-03-30 23:34:36 +02:00
parent 104820f4fe
commit c0fd8d3818
8 changed files with 25 additions and 12 deletions

View file

@ -21,7 +21,7 @@ func TestDiscoverE2E(t *testing.T) {
if err != nil {
t.Skipf("Port %s not reachable, skipping", port)
}
_ = conn.Close()
conn.Close()
}
t.Run("Discover", func(t *testing.T) {