Open
Description
This flag should cause dartdoc to treat all warnings as errors for the purposes of returning an exit code for CI.
Some questions:
- Do we want to still internally track as warnings vs errors and change the exit code only? Or simply convert to errors.
- Do we want to allow packages to individually opt out via dartdoc_options.yaml, and how does the flag interact with the other warning control flags?