]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - rpc/conn.go
ci/run: run golangci-lint
[safcm/safcm.git] / rpc / conn.go
index 3f7ade144c1c2905254da49eb7924552aa3c362d..0ca9cd411a62829abbb30fc43c16d5eec3ea1124 100644 (file)
@@ -140,7 +140,7 @@ func (c *Conn) Kill() error {
 
        c.debugf("Kill: killing connection")
 
-       c.cmd.Process.Kill()
+       c.cmd.Process.Kill() //nolint:errcheck
        return c.wait()
 }