Closed
Description
Running dart doc --validate-links --dry-run
when warnings related to --validate-links
are present will mask those warnings. They are only visible if --dry-run
is omitted.
Additionally, I can't get any of the --validate-links
warnings to print out, just the count of the number of warnings, which is pretty frustrating to debug. I'm not sure if the two are related.
Running on Dart version 2.19.2:
$ dart --version
Dart SDK version: 2.19.2 (stable) (Unknown timestamp) on "linux_x64"