vl_lint() for a test suite or a CI job: run the rules and stop if anything
turns up. A figure that lints clean today stays that way, in the same spirit
as font_pin() and scene_hash() — with the difference that this one
catches defects rather than changes.
Arguments
- scene
A
vl_scene(), or anything with anas_vellum_scene()method.- ...
Passed to
vl_lint()—rules,exclude, the thresholds.- severity
"warning"(default) fails only on warnings;"note"fails on anything at all.- on
"error"(default) or"warn".
Value
Invisibly, the findings that triggered the failure — a zero-row frame when the scene is clean.
See also
vl_lint(), vl_lint_overlay() to see what was reported.
