Closed hramrach closed 5 months ago
They are not causing problem, are they?
It's not like I would add this by hand, and the yaml generator considers the URLs too complex to leave them unquoted.
They are not, but neither are the strings causing a problem for the YAML parsing unless YAML control characters standing alone are part of the strings, which does not seem to be the case. I suggest to propose different YAML formatting as a separate patch.
The different yaml formatting is a result of roundtrip through yaml parser/serializer adding the extra lines programatically in-between. It's not intentional change but so long as the result is usable I see no problem with it.
It makes reviewing actual intended changes difficult, so I disagree it makes no difference
The formatting change is now in a separate patch
Looks good, thanks.
Adding all these quotes is unnecessary and not related to the described issue.