diff --git a/hack/tools/logcheck/testdata/src/doNotAllowKlog/klog_logging b/hack/tools/logcheck/testdata/src/doNotAllowKlog/klog_logging index fd4e96af..704e8240 100644 --- a/hack/tools/logcheck/testdata/src/doNotAllowKlog/klog_logging +++ b/hack/tools/logcheck/testdata/src/doNotAllowKlog/klog_logging @@ -1 +1 @@ -klog .*/doNotAllowKlog.go +klog .*doNotAllowKlog.go diff --git a/hack/tools/logcheck/testdata/src/mixed/structured_logging b/hack/tools/logcheck/testdata/src/mixed/structured_logging index 8e3ff3c6..17bce37e 100644 --- a/hack/tools/logcheck/testdata/src/mixed/structured_logging +++ b/hack/tools/logcheck/testdata/src/mixed/structured_logging @@ -3,4 +3,4 @@ # # Any file that is matched may only use structured logging calls. -unstructured .*/doNotAllowUnstructuredLogs.go +unstructured .*doNotAllowUnstructuredLogs.go