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