Files
kubernetes/hack/tools
Patrick Ohly 391a58ce24 test dependencies: logtools v0.10.0
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.
2026-01-16 18:44:21 +01:00
..
2025-09-17 14:56:07 -07:00
2022-02-26 12:57:10 -08:00

This directory contains a stub go module used to track version of development tools like the ones needed for linting go sources.