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 have already looked in current and past issues so I'm sure others did not already push a simlar issue
I make one single issue per feature request so the team can work efficienlty on it
I am aware of Unix philosophy : Make each program do one thing well
When (and if) your feature is implemented, be thankful and help promote the project by sharing the issue on social networks (twitter, linkedIn, dev.to...) and dropping the url on te issue
❔ Context
rules:
key-ordering: enable
If yamlint config have key-ordering enabled, this library will not sort the keys in your yaml file in order. As a result of debugging, I was able to confirm that "No handler found for ~ (...)" was output.
DEBUG: (26+0, 11+0) => [wrong ordering of key "metrics"in mapping (key-ordering)]
DEBUG: No handler found for ("", "metrics: true")
DEBUG: UNHANDLED
💡 Proposed solution
Sort keys in order, compliant for yamllint's ordering rule
The text was updated successfully, but these errors were encountered:
Thanks for your feedback. Currently yamlfixer lags behind from yamllint and unfortunately I don't have the time right now to improve it. I hope I'll be able to get back to it in a month or two.
📜 Read (and accept) this before
❔ Context
If yamlint config have key-ordering enabled, this library will not sort the keys in your yaml file in order. As a result of debugging, I was able to confirm that "No handler found for ~ (...)" was output.
💡 Proposed solution
Sort keys in order, compliant for yamllint's ordering rule
The text was updated successfully, but these errors were encountered: