Skip to content

Add tcpproxy

Add tcpproxy #2

Triggered via push November 20, 2024 15:52
Status Failure
Total duration 7m 41s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: pkg/component/controller/cplb/tcpproxy/tcpproxy.go#L359
Error return value of `c.CloseRead` is not checked (errcheck)
Lint: pkg/component/controller/cplb/tcpproxy/tcpproxy.go#L365
Error return value of `c.CloseWrite` is not checked (errcheck)
Lint: pkg/component/controller/cplb/tcpproxy/tcpproxy.go#L395
Error return value of `c.SetKeepAlive` is not checked (errcheck)
Lint: pkg/component/controller/cplb/tcpproxy/tcpproxy.go#L396
Error return value of `c.SetKeepAlivePeriod` is not checked (errcheck)
Lint: pkg/component/controller/cplb/tcpproxy/tcpproxy_test.go#L69
Error return value of `cl.Handshake` is not checked (errcheck)
Lint: pkg/component/controller/cplb/tcpproxy/tcpproxy_test.go#L181
Error return value of `io.WriteString` is not checked (errcheck)
Lint: pkg/component/controller/cplb/tcpproxy/tcpproxy_test.go#L212
Error return value of `io.WriteString` is not checked (errcheck)
Lint: pkg/component/controller/cplb/tcpproxy/tcpproxy_test.go#L335
Error return value of `pem.Encode` is not checked (errcheck)
Lint: pkg/component/controller/cplb/tcpproxy/tcpproxy_test.go#L336
Error return value of `pem.Encode` is not checked (errcheck)
Lint: pkg/component/controller/cplb/tcpproxy/tcpproxy_test.go#L266
File is not `gofmt`-ed with `-s` (gofmt)