chore: remove redundant comments

This commit is contained in:
kaveh 2026-05-06 09:35:48 +02:00
parent a80ae6bd7f
commit 25a83864e4
3 changed files with 0 additions and 6 deletions

View file

@ -350,8 +350,6 @@ linters:
contextual k8s.io/kubernetes/test/e2e/dra/.*
contextual k8s.io/kubernetes/test/images/sample-device-plugin/.*
contextual k8s.io/kubernetes/pkg/kubelet/.*
# Temporary carve-outs for PR1 split safety: these files still have legacy global klog calls.
# TODO: remove each exclusion as follow-up PRs migrate the file to contextual logging.
sorted:
# Installed there by hack/verify-golangci-lint.sh.
path: _output/local/bin/sorted.so

View file

@ -363,8 +363,6 @@ linters:
contextual k8s.io/kubernetes/test/e2e/dra/.*
contextual k8s.io/kubernetes/test/images/sample-device-plugin/.*
contextual k8s.io/kubernetes/pkg/kubelet/.*
# Temporary carve-outs for PR1 split safety: these files still have legacy global klog calls.
# TODO: remove each exclusion as follow-up PRs migrate the file to contextual logging.
sorted:
# Installed there by hack/verify-golangci-lint.sh.
path: _output/local/bin/sorted.so

View file

@ -65,5 +65,3 @@ contextual k8s.io/kubernetes/pkg/securitycontext/.*
contextual k8s.io/kubernetes/test/e2e/dra/.*
contextual k8s.io/kubernetes/test/images/sample-device-plugin/.*
contextual k8s.io/kubernetes/pkg/kubelet/.*
# Temporary carve-outs for PR1 split safety: these files still have legacy global klog calls.
# TODO: remove each exclusion as follow-up PRs migrate the file to contextual logging.