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
golangci-lint run
pkg/controller/lifecycle/add_test.go:42:9: SA1019: klogr.New is deprecated: this uses a custom, out-dated output format. Use textlogger.NewLogger instead. (staticcheck)
log = klogr.New()
klog with buffer is required for proper unit test checks (cannot be simply replaced by textlogger
The text was updated successfully, but these errors were encountered:
klog with buffer is required for proper unit test checks (cannot be simply replaced by textlogger
The text was updated successfully, but these errors were encountered: