Closed znichollscr closed 2 months ago
As a user, it's hard to interrogate errors from validate-tree from the command-line output alone.
validate-tree
Add the ability to dump the errors as a basic HTML page with expanding sections, something like the below
Failures: <ol> <li> <details> <summary>filename</summary> <ol> <li> <details> <summary>error headline</summary> Error full info </details> </li> </ol> </details> </li> </ol> Passed: <ol> <li>filename</li> </ol>
The motivation
As a user, it's hard to interrogate errors from
validate-tree
from the command-line output alone.The proposed solution
Add the ability to dump the errors as a basic HTML page with expanding sections, something like the below
Alternatives
Additional context