Skip to content

refactor: adjust agent server to raw error and cli error display #295

refactor: adjust agent server to raw error and cli error display

refactor: adjust agent server to raw error and cli error display #295

Triggered via pull request November 22, 2023 12:49
Status Failure
Total duration 58s
Artifacts

pitr-golint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint
S1028: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (gosimple)
lint
S1028: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (gosimple)
lint
printf: fmt.Sprintf does not support error-wrapping directive %w (govet)
lint
printf: fmt.Sprintf does not support error-wrapping directive %w (govet)
lint
printf: fmt.Sprintf does not support error-wrapping directive %w (govet)
lint
printf: fmt.Sprintf format %w has arg output of wrong type string (govet)
lint
printf: fmt.Sprintf format %w has arg output of wrong type string (govet)
lint
printf: fmt.Sprintf format %w has arg output of wrong type string (govet)
lint
ST1003: var InvalidHttpRequestBody should be InvalidHTTPRequestBody (stylecheck)
lint
ST1003: var JsonUnmarshalFailed should be JSONUnmarshalFailed (stylecheck)