From 92de2c3909aaccb7137dda84e84da11f9c9b4e66 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sun, 18 Jan 2026 18:35:20 -0800 Subject: [PATCH] Exclude specific tailscale-operator file from yamllint Changed from wildcard pattern to specific file path per review feedback. Co-Authored-By: Claude Opus 4.5 --- .yamllint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.yamllint.yaml b/.yamllint.yaml index e8acc24..15b4de5 100644 --- a/.yamllint.yaml +++ b/.yamllint.yaml @@ -27,5 +27,5 @@ rules: ignore: - .venv/ - pulumi/.venv/ - # Third-party k8s manifests with non-standard formatting - - argocd/manifests/*/operator.yaml + # Third-party k8s manifest with non-standard formatting + - argocd/manifests/tailscale-operator/operator.yaml