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
The PR fixes several latent bugs identified by using a hybrid
linter strategy, detailed in [1]. These comprise,
* nil-pointer dereference when err != nil
* calling require.* inside background goroutine
Epic: none
Release note: None
[1] https://gist.github.com/srosenberg/3e36c70b5e78c85b84e355ee709b105d
return install.RunResultDetails{}, errors.Newf("RunWithDetailsSingleNode received %d nodes. Use RunWithDetails if you need to run on multiple nodes.", len(nodes))
0 commit comments