Add UnwrapLast in API yaerrors
#148
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)
|