You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/__w/check-cert/check-cert/internal/netutils/net.go:354:27: call could wrap the error with error-wrapping directive %w
/__w/check-cert/check-cert/internal/netutils/net.go:592:26: call could wrap the error with error-wrapping directive %w
/__w/check-cert/check-cert/internal/config/config.go:167:11: call could wrap the error with error-wrapping directive %w
/__w/check-cert/check-cert/cmd/check_cert/annotations.go:76:48: call could wrap the error with error-wrapping directive %w
The text was updated successfully, but these errors were encountered:
Resolve two of four linting issues identified by the errwrap
linter.
The remaining two linting issues appear to be false-positives
and will be considered as part of future work.
refs GH-564
Surfaced by errwrap v1.5.0:
The text was updated successfully, but these errors were encountered: