Closed
Bug 1709526
Opened 5 years ago
Closed 5 years ago
Lint errors in testing ini files
Categories
(Core :: General, task)
Core
General
Tracking
()
RESOLVED
FIXED
90 Branch
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: pbone, Assigned: pbone)
Details
Attachments
(1 file)
I see lint errors like:
/mnt/dev/moz/procgc/dom/ipc/tests/browser.ini
15 warning Conditions joined by || should be on separate lines (multiline-skip-if)
19 warning Conditions joined by || should be on separate lines (multiline-skip-if)
When I run ./mach lint -o --warnings --fix
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → pbone
Status: NEW → ASSIGNED
Updated•5 years ago
|
Attachment #9220281 -
Attachment description: WIP: Bug 1709526 - Fix all the lint errors for .ini files in dom/ → Bug 1709526 - Fix all the lint errors for .ini files in dom/
Pushed by pbone@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/82ac2f0de153
Fix all the lint errors for .ini files in dom/ r=jmaher
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•