Skip to content

fix: session environ should return $TERM #53

fix: session environ should return $TERM

fix: session environ should return $TERM #53

Triggered via push July 25, 2024 13:55
Status Success
Total duration 2m 43s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: agent.go#L71
Error return value of `io.Copy` is not checked (errcheck)
lint: agent.go#L72
Error return value of `(*net.UnixConn).CloseWrite` is not checked (errcheck)
lint: agent.go#L76
Error return value of `io.Copy` is not checked (errcheck)
lint: agent.go#L77
Error return value of `channel.CloseWrite` is not checked (errcheck)
lint: conn.go#L48
Error return value of `c.Conn.SetDeadline` is not checked (errcheck)
lint: conn.go#L53
Error return value of `c.Conn.SetDeadline` is not checked (errcheck)
lint: options_test.go#L54
Error return value of `srv.SetOption` is not checked (errcheck)
lint: options_test.go#L57
Error return value of `srv.serveOnce` is not checked (errcheck)
lint: server.go#L319
Error return value of `ch.Reject` is not checked (errcheck)
lint: server.go#L333
Error return value of `req.Reply` is not checked (errcheck)
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/