Closed
Bug 1971413
Opened 1 year ago
Closed 1 year ago
Fix incorrect extension reference in rejected-words and codespell linters (jxs -> jsx)
Categories
(Developer Infrastructure :: Lint and Formatting, task, P3)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox141 fixed)
RESOLVED
FIXED
141 Branch
| Tracking | Status | |
|---|---|---|
| firefox141 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
In the rejected-words and codespell linters we're referencing jxs file extensions, which don't existing in the tree. I think this is a typo that should be jsx.
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by mbanner@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/282a0f886243
https://hg.mozilla.org/integration/autoland/rev/eb515527fc40
rejected-words and codespell linters should look for jsx files rather than jxs. r=linter-reviewers,sylvestre
Comment 3•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•