Switch from pkg/errors to Go 1.13+ error wrapping #5483
Annotations
10 errors
internal/guest/gcserr/errors.go#L111
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
cmd/containerd-shim-runhcs-v1/service_internal.go#L275
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
cmd/ncproxy/hcn.go#L168
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
internal/uvm/vpmem.go#L137
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
internal/uvm/vpmem.go#L171
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
internal/uvm/vpmem_mapped.go#L258
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
internal/uvm/vpmem_mapped.go#L306
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
internal/guest/commonutils/utilities.go#L14
SA1019: gcserr.WrapHresult is deprecated: use [fmt.Errorf] with %w and [NewHresultError] instead. (staticcheck)
|
internal/guest/commonutils/utilities.go#L23
SA1019: gcserr.WrapHresult is deprecated: use [fmt.Errorf] with %w and [NewHresultError] instead. (staticcheck)
|
internal/vm/hcs/boot.go#L25
ST1005: error strings should not be capitalized (stylecheck)
|
The logs for this run have expired and are no longer available.
Loading