mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
The update logcheck linter will warn about logger.V().Error by default. Such calls make no sense because logr by design treats this like logger.Error. In Kubernetes, they tend to be the result of an incorrect conversion of klog.V().Error[S], which does check the verbosity. With logger, Error needs to be replaced by Info. |
||
|---|---|---|
| .. | ||
| golangci-lint | ||
| publishing-verifier | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| go.work | ||
| README.md | ||
This directory contains a stub go module used to track version of development tools like the ones needed for linting go sources.