Open
Bug 1869063
Opened 2 years ago
Updated 3 months ago
Add Rust code linters to Thunderbird CI
Categories
(Thunderbird :: Build Config, task)
Thunderbird
Build Config
Tracking
(Not tracked)
NEW
People
(Reporter: rjl, Assigned: dandarnell)
References
(Blocks 1 open bug)
Details
(Keywords: leave-open)
Attachments
(1 file)
Rust code that's part of Thunderbird should be linted and formatted just like the C++ and Javascript.
Snag the clippy and rustfmt linters from mozilla-central and configure appropriately for comm-central.
Also, go through the other linter configs and add any rust file patterns that are missing, like ".rs".
Make sure /comm/third_party/rust is excluded from these linters in ThirdPartyPaths.txt.
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → daniel
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Attachment #9380408 -
Attachment description: Bug 1869063 - Add Rust linters rustfmt and clippy. r=#thunderbird-build-system-reviewers → Bug 1869063 - Add Rust linter rustfmt. r=#thunderbird-build-system-reviewers
| Assignee | ||
Updated•1 year ago
|
Keywords: checkin-needed-tb,
leave-open
Pushed by daniel@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/f60f6e442a7f
Add Rust linter rustfmt. r=rjl
Keywords: checkin-needed-tb
Backout by daniel@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/bb6e2e36560f
Backed out changeset f60f6e442a7f for causing build bustage. r=backout
Pushed by benc@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/1f15b3841924
Add Rust linter rustfmt. r=rjl
You need to log in
before you can comment on or make changes to this bug.
Description
•