You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you've installed a recent version of yamllint, for which the lint output formatting has changed a bit. I need to work to bring yamlfixer back up-to-date wrt yamllint, unfortunately this will have to wait until I've got more time on my hands. Please could you install an earlier version of yamllint in the meantime, this should solve this problem (yamllint v1.26 should be fine) ?
1️⃣ Description
If I try to run yamlfixer on a simple
kustomization.yaml
file where the resources section is unindented, I get a ValueError exception📑 Steps to Reproduce
Steps to reproduce the behavior:
I have this
kustomization.yaml
:I run yamlfixer on it and it fails:
I indent the resources section:
Now it works perfectly:
2️⃣ Expected behavior
3️⃣ Scripts
N/A
ℹ️ Environment details
The text was updated successfully, but these errors were encountered: