Open johnkerl opened 2 years ago
This setting is currently only passed through to pandoc (so pandoc warnings will yield the expected exit code). We'll plan on doing the same for Quarto warnings (leaving this open as we aren't working on this right away).
I was looking for this as well. Instead of failing, I was actually looking for a non-0
exit code.
In CI, it would be nice if the rendering didn't immediately fail, but rather render to completion so that things like faulty link URLs can all be addressed in batch. If the exit status was used to indicate the most severe log level, then it would be easy enough to tailor some CI behavior from there.
I want things like misspelled filenames to trigger an error, especially in a CI job (which is awesome BTW https://github.com/quarto-dev/quarto-cli/discussions/439).
However, I don't get the non-zero exit code I would expect: