Skip to content
Triggered via push July 28, 2024 13:02
Status Success
Total duration 44s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors
lint: pkg/boolean.go#L4
S1008: should use 'return i > 0' instead of 'if i <= 0 { return false }; return true' (gosimple)
lint: pkg/runtime.go#L20
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)