Skip to content

feat: bring back panic support #13

feat: bring back panic support

feat: bring back panic support #13

Triggered via push January 18, 2024 09:05
Status Failure
Total duration 42s
Artifacts

linter.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

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.