Open
Bug 1890526
Opened 1 year ago
Updated 4 days ago
Doc generate warnings should be output by reviewbot or caught in a separate linter
Categories
(Developer Infrastructure :: Source Documentation, task)
Developer Infrastructure
Source Documentation
Tracking
(Not tracked)
NEW
People
(Reporter: sparky, Unassigned)
References
Details
Attachments
(1 file)
There are a couple patches that landed recently (bug 1890496, and bug 1890498) which had issues in the sphinx doc generation. Based on the error messages that are displayed on failure in Treeherder, it can be very unclear that the patches in question caused a failure/issue. It would be good if these could be output by reviewbot during the review stage so we know the failures are related to the patch, and fix them prior to landing the patches.
| Reporter | ||
Updated•1 year ago
|
Component: Firefox Source Docs: Content → Source Documentation
Comment 1•8 days ago
|
||
Comment 2•8 days ago
|
||
The attached patch exports a JSON list of errors when running the builder, but we'll also need code review bot updating to process the file.
Updated•4 days ago
|
Attachment #9536642 -
Attachment description: Bug 1890526 - Export a JSON list of errors when running document upload, for code review bot to examine. → WIP: Bug 1890526 - Export a JSON list of errors when running document upload, for code review bot to examine.
You need to log in
before you can comment on or make changes to this bug.
Description
•