Skip to content

GitHub Actions: I meant to enable staticcheck, not golangci-lint #155

GitHub Actions: I meant to enable staticcheck, not golangci-lint

GitHub Actions: I meant to enable staticcheck, not golangci-lint #155

Triggered via push February 23, 2025 17:47
Status Failure
Total duration 3m 9s
Artifacts

main.yml

on: push
staticcheck
32s
staticcheck
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors
staticcheck: internal/maincmd/privdrop.go#L28
error strings should not end with punctuation or newlines (ST1005)
staticcheck: internal/maincmd/privdrop.go#L32
error strings should not end with punctuation or newlines (ST1005)
staticcheck: internal/maincmd/unprivileged_linux.go#L10
func runAsUnprivilegedUser is unused (U1000)
staticcheck
Process completed with exit code 1.