Skip to content

Add UnwrapLast in API yaerrors #148

Add UnwrapLast in API yaerrors

Add UnwrapLast in API yaerrors #148

Triggered via pull request October 11, 2025 20:25
Status Failure
Total duration 2m 9s
Artifacts

go-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Lint Code
issues found
Lint Code: yaerrors/yaerrors.go#L113
do not define dynamic errors, use wrapped static errors instead: "errors.New(string(traceback[:end]))" (err113)
Lint Code: yaerrors/yaerrors.go#L110
do not define dynamic errors, use wrapped static errors instead: "errors.New(e.traceback)" (err113)