Closed
Bug 1598615
Opened 6 years ago
Closed 6 years ago
Some of the rstcheck output isn't displayed
Categories
(Developer Infrastructure :: Lint and Formatting, defect)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox72 fixed)
RESOLVED
FIXED
mozilla72
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(3 files)
With mach lint:
% ./mach lint -l rst --warnings /home/sylvestre/dev/mozilla/mozilla-central.hg/tools/lint/docs/coding-style/coding_style.rst
/home/sylvestre/dev/mozilla/mozilla-central.hg/tools/lint/docs/coding-style/coding_style.rst
894 error Unknown target name (rst)
✖ 1 problem (1 error, 0 warnings)
With rstcheck:
% rstcheck /home/sylvestre/dev/mozilla/mozilla-central.hg/tools/lint/docs/coding-style/coding_style.rst
/home/sylvestre/dev/mozilla/mozilla-central.hg/tools/lint/docs/coding-style/coding_style.rst:894: (ERROR/3) Unknown target name: "ns_ensure".
ns_ensure is missing in mach lint
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sledru
Flags: needinfo?(shivams2799)
| Assignee | ||
Comment 2•6 years ago
|
||
Some of the rstcheck output isn't displayed
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
Depends on D54499
Updated•6 years ago
|
Keywords: regression
| Assignee | ||
Updated•6 years ago
|
Blocks: first-class-docs
Updated•6 years ago
|
Attachment #9111212 -
Attachment description: Bug 1598615 - Simplify the rsthcheck output parsing and show the whole error r?ahal → Bug 1598615 - Simplify the rstcheck output parsing and show the whole error r?ahal
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/18c5ff11bfe7
Simplify the rstcheck output parsing and show the whole error r=ahal
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c72f6c06dd62
Ride along: add tests for rst r=ahal
https://hg.mozilla.org/integration/autoland/rev/8cbbfdc81301
Ride along: explain how to run the mozlint tests r=ahal
Comment 7•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/18c5ff11bfe7
https://hg.mozilla.org/mozilla-central/rev/c72f6c06dd62
https://hg.mozilla.org/mozilla-central/rev/8cbbfdc81301
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Updated•4 years ago
|
Has Regression Range: --- → yes
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
Updated•3 years ago
|
Type: task → defect
You need to log in
before you can comment on or make changes to this bug.
Description
•