feat: bring back panic support #13
Annotations
7 errors
build (1.21):
pkg/machine/misc.go#L299
func `isMapTrue` is unused (unused)
|
build (1.21):
pkg/machine/misc.go#L308
func `isMapFalse` is unused (unused)
|
build (1.21):
pkg/machine/machine.go#L762
S1011: should replace loop with `toCancel = append(toCancel, m.indexStateCtx[s]...)` (gosimple)
|
build (1.21):
pkg/machine/machine.go#L570
ineffectual assignment to ctx (ineffassign)
|
build (1.21):
pkg/machine/machine.go#L897
SA5011: possible nil pointer dereference (staticcheck)
|
build (1.21):
pkg/machine/machine.go#L901
SA5011(related information): this check suggests that the pointer can be nil (staticcheck)
|
build (1.21)
Process completed with exit code 201.
|