updated rule-matching #27
Annotations
10 errors and 2 warnings
lib/rcv/udp.go#L60
Error return value of `c.SetReadDeadline` is not checked (errcheck)
|
lib/rcv/udp.go#L61
Error return value of `c.SetReadDeadline` is not checked (errcheck)
|
lib/rcv/udp.go#L78
Error return value of `c.SetWriteDeadline` is not checked (errcheck)
|
lib/rcv/udp.go#L79
Error return value of `c.SetWriteDeadline` is not checked (errcheck)
|
lib/proc/parse/main.go#L18
Error return value of `conn.SetReadDeadline` is not checked (errcheck)
|
lib/proc/parse/main.go#L33
Error return value of `conn.SetReadDeadline` is not checked (errcheck)
|
lib/main/service.go#L48
Error return value of `svc.serve` is not checked (errcheck)
|
lib/u/transport.go#L50
type `bufferReaderConn` is unused (unused)
|
lib/rcv/tcp.go#L58
func `(*listenerTcp).control` is unused (unused)
|
lib/rcv/udp.go#L51
type `connUdp` is unused (unused)
|
.github/workflows/lint.yml#L5
5:1 [truthy] truthy value should be one of [false, true]
|
|
The logs for this run have expired and are no longer available.
Loading