Closed
Bug 2031357
Opened 2 months ago
Closed 1 month ago
Fix a ruff warning in js/src/frontend/align_stack_comment.py
Fix a ruff warning in js/src/frontend/align_stack_comment.py
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
---
[lang=python]
QA Whiteboard:
---
Change Request:
---
Bug Flags:
| Reporter | |
Description•2 months ago
|
Filing as a good first bug to learn workflows.
js/src/frontend/align_stack_comment.py
41:13 warning `for` loop variable `line` overwritten by assignment target PLW2901 (ruff)
Link to the code:
https://searchfox.org/mozilla-central/source/js/src/frontend/align_stack_comment.py#41
To run the linter:
./mach lint -W -l ruff js/src/frontend/align_stack_comment.py
As the change is trivial, it is just to learn how to contribute to Firefox.
Tutorial to contribute:
https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
https://firefox-source-docs.mozilla.org/contributing/stack_quickref.html
Please don't ask for the bug to be assigned. It will be automatically assigned to the first patch.
| Reporter | |
Updated•2 months ago
|
Mentor: sledru
Updated•1 month ago
|
Assignee: nobody → ffhpno1
Status: NEW → ASSIGNED
Pushed by arai_a@mac.com:
https://github.com/mozilla-firefox/firefox/commit/22e548652af6
https://hg.mozilla.org/integration/autoland/rev/2ff65b4325d7
Fix ruff PLW2901 by not overwriting loop variable in align_stack_comment.py. r=arai
Comment 3•1 month ago
|
|
| bugherder | |
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox152:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
You need to log in
before you can comment on or make changes to this bug.
