Skip to main content

check_yaml

Function check_yaml 

Source
pub fn check_yaml(doc: &Doc) -> WriteReport
Expand description

Report what writing YAML would adjust, without producing output. The only adjustment YAML ever needs is forcing double-quoted style for a U+0085 (NEL) string/label – see this module’s doc comment.