Closed
Bug 1802288
Opened 3 years ago
Closed 2 years ago
Enable file-whitespace linter for .idl and .webidl files
Categories
(Developer Infrastructure :: Lint and Formatting, task, P3)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox110 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox110 | --- | fixed |
People
(Reporter: standard8, Assigned: Sylvestre, Mentored)
References
Details
Attachments
(2 files)
Currently the file-whitespace linter doesn't run for neither .idl nor .webidl files. We have at least one file in the tree with windows line endings, and lots with trailing space or extra lines.
The fix for this on the tester part should be similar to this patch, but for the file-whitespace linter.
There will need to be an additional patch to fix all the current issues (which should be able to be automatically fixed with the linter).
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → sledru
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•2 years ago
|
||
Depends on D165559
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/471f4bf0a69e
remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich
Comment 4•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/240de3dbdad6
lint/whitespace: enable idl/webidl r=linter-reviewers,marco DONTBUILD
Comment 6•2 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•