-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix quotes converting free-form syntax to yaml #4361
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love this PR and I hope we can merge it soon. The only issue is that the produced file would be reformatted again by the linter to remove the unnecessary double quotes on this string.
Once we address this, we should be able to merge it.
That is how the transformed file should look:
msg: String with spaces
e9ef02f
to
21d8b21
Compare
21d8b21
to
b6195b4
Compare
b6195b4
to
fc70356
Compare
YAML content has been changed to reflect that the YAML loader preserves quotes used in YAML and to utilize the preferred_quote attribute.
fc70356
to
a41dd90
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ssbarnea approves as well
Fixes #4319.