Right now, when you try to sort a YAML file that contains a merge key using, e.g., a YAML alias, you get the following error message:
test.yml:8: '<<:' references are not sortable:
<<: *foo
^~~
An option to ignore such merge keys would be nice to have. Now YAML files containing merge keys cannot be sorted at all.
Right now, when you try to sort a YAML file that contains a merge key using, e.g., a YAML alias, you get the following error message:
An option to ignore such merge keys would be nice to have. Now YAML files containing merge keys cannot be sorted at all.