Skip to content

Add automatic resource cleanup #14

Add automatic resource cleanup

Add automatic resource cleanup #14

Triggered via pull request December 29, 2024 05:37
Status Failure
Total duration 2m 54s
Artifacts

test.yml

on: pull_request
Run Tests and Analysis
2m 45s
Run Tests and Analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Run Tests and Analysis: cmd/expose.go#L179
this value of err is never used (SA4006)
Run Tests and Analysis: cmd/server.go#L35
syscall.SIGKILL cannot be trapped (did you mean syscall.SIGTERM?) (SA1016)
Run Tests and Analysis: cmd/server.go#L38
unnecessary assignment to the blank identifier (S1005)
Run Tests and Analysis: pkg/client/client.go#L1
at least one file in a package should have a package comment (ST1000)
Run Tests and Analysis: pkg/client/client.go#L22
field c is unused (U1000)
Run Tests and Analysis: pkg/client/client.go#L23
field d is unused (U1000)
Run Tests and Analysis: pkg/client/client.go#L42
var requestId should be requestID (ST1003)
Run Tests and Analysis: pkg/client/client.go#L48
should omit comparison to bool constant, can be simplified to !exists (S1002)
Run Tests and Analysis: pkg/client/client.go#L85
should omit comparison to bool constant, can be simplified to !session.Open (S1002)
Run Tests and Analysis: pkg/client/client.go#L229
should omit comparison to bool constant, can be simplified to ok (S1002)
Run Tests and Analysis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636