fixes for test scripts #37
Annotations
10 errors and 5 warnings
build (3.1):
lib/cnf/unmarshal.go#L29
Error return value of `defaults.Set` is not checked (errcheck)
|
build (3.1):
lib/cnf/unmarshal.go#L40
Error return value of `defaults.Set` is not checked (errcheck)
|
build (3.1):
lib/cnf/unmarshal.go#L51
Error return value of `defaults.Set` is not checked (errcheck)
|
build (3.1):
lib/rcv/transparent_udp.go#L65
Error return value of `c.SetReadDeadline` is not checked (errcheck)
|
build (3.1):
lib/rcv/transparent_udp.go#L66
Error return value of `c.SetReadDeadline` is not checked (errcheck)
|
build (3.1):
lib/rcv/transparent_udp.go#L83
Error return value of `c.SetWriteDeadline` is not checked (errcheck)
|
build (3.1):
lib/rcv/transparent_udp.go#L84
Error return value of `c.SetWriteDeadline` is not checked (errcheck)
|
build (3.1):
lib/proc/parse/main.go#L19
Error return value of `conn.SetReadDeadline` is not checked (errcheck)
|
build (3.1):
lib/proc/parse/main.go#L40
Error return value of `conn.SetReadDeadline` is not checked (errcheck)
|
build (3.1):
lib/send/connect.go#L28
Error return value of `srcConn.SetDeadline` is not checked (errcheck)
|
build (3.1):
config_example.yml#L18
18:5 [comments-indentation] comment not indented like content
|
build (3.1):
.github/workflows/lint.yml#L5
5:1 [truthy] truthy value should be one of [false, true]
|
build (3.1):
.github/workflows/test.yml#L5
5:1 [truthy] truthy value should be one of [false, true]
|
build (3.1):
test/config.yml#L23
23:5 [comments-indentation] comment not indented like content
|
build (3.1)
Restore cache failed: Dependencies file is not found in /home/runner/work/calamary/calamary. Supported file pattern: go.sum
|