CI: detect broken ruledit comments
Should ruledit's option Fatal have caught the log_error() call via fatal_assertions?
Reply To kvilhaugsvik
Should ruledit's option Fatal have caught the log_error() call via fatal_assertions?
If not I could extend it to directly exit with a non success exits status when --Fatal (or a new command line option) is specified. That would give us CI coverage.
log_error() is not fatal nor assertion.
So #41631 won't happen again.