Closed
Bug 1344855
Opened 8 years ago
Closed 8 years ago
Enable flake8 rule F401: "XXX imported but unused"
Categories
(Toolkit :: Telemetry, enhancement, P3)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla55
People
(Reporter: Dexter, Assigned: fionn_mac, Mentored)
References
Details
(Whiteboard: [measurement:client][lang=python])
Attachments
(1 file)
(deleted),
patch
|
Dexter
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1344854 +++
In bug 1332651 we landed flake8 initial support to lint Python files in the Telemetry directory, by disabling all the detected problems.
This bug is about enabling the F401, "XXX imported but unused":
1) Remove the F401 rule from the .flake8 file in https://dxr.mozilla.org/mozilla-central/source/toolkit/components/telemetry
2) Run "./mach lint -l flake8 toolkit/components/telemetry".
3) Fix the reported problems
Assignee | ||
Comment 1•8 years ago
|
||
Hello!
I'd like to work on this bug. I'll start work ASAP!
Reporter | ||
Updated•8 years ago
|
Assignee: nobody → vedant.sareen
Assignee | ||
Comment 2•8 years ago
|
||
Attachment #8845531 -
Flags: review?(alessio.placitelli)
Reporter | ||
Updated•8 years ago
|
Attachment #8845531 -
Flags: review?(alessio.placitelli) → review+
Reporter | ||
Comment 3•8 years ago
|
||
Reporter | ||
Comment 4•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/188f56bfe47da7cdb12c2022a79ec76ae6e20b1e
Bug 1344855 - Enable flake8 rule F401: "XXX imported but unused". r=dexter
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•8 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•