OBOAcademy / obook

OBO Organized Knowledge: Training materials for becoming an OBO engineer
https://oboacademy.github.io/obook/
Creative Commons Zero v1.0 Universal
93 stars 38 forks source link

Use canonical form for true in yaml #258

Closed cmungall closed 2 years ago

cmungall commented 2 years ago

Always use canonical forms true and false for bools in YAML

This will ensure future proofing for yaml 1.2, frameworks like rueyaml, etc

The status of non-canonical forms in 1.2 is a little unclear

https://stackoverflow.com/questions/42283732/are-on-and-off-supposed-to-be-interpreted-as-true-or-false-in-yaml-1-2

matentzn commented 2 years ago

oooooh oh. Almost all odk config files in existence have upper casing. Well, better late than never..