Skip to content

feat: add FailOnError #35

feat: add FailOnError

feat: add FailOnError #35

Triggered via push August 8, 2023 14:34
Status Success
Total duration 22s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: internal/utils/utils_test.go#L124
Error return value of `os.Chmod` is not checked (errcheck)
lint: internal/utils/utils_test.go#L131
Error return value of `os.Chmod` is not checked (errcheck)
lint: internal/metrics/metrics.go#L33
Error return value of `reg.Register` is not checked (errcheck)
lint: internal/handlers/config.go#L23
Error return value of `w.Write` is not checked (errcheck)
lint: internal/handlers/home.go#L18
Error return value of `w.Write` is not checked (errcheck)
lint: internal/handlers/reload.go#L27
Error return value of `w.Write` is not checked (errcheck)
lint: cmd/print.go#L50
Error return value of `cmd.Help` is not checked (errcheck)
lint: cmd/print.go#L68
Error return value of `cmd.Help` is not checked (errcheck)
lint: cmd/print.go#L99
Error return value of `printCmd.RegisterFlagCompletionFunc` is not checked (errcheck)
lint: cmd/push.go#L70
Error return value of `cmd.Help` is not checked (errcheck)