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 <noreply@anthropic.com>
This commit is contained in:
parent
e017117449
commit
92de2c3909
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue