Closed Bug 1344846 Opened 7 years ago Closed 7 years ago

Enable flake8 rule E203: "whitespace before ':'"

Categories

(Toolkit :: Telemetry, enhancement, P3)

enhancement
Points:
1

Tracking

()

RESOLVED FIXED
mozilla55
Tracking Status
firefox54 --- wontfix
firefox55 --- fixed

People

(Reporter: Dexter, Assigned: djmdeveloper060796, Mentored)

References

Details

(Whiteboard: [measurement:client][lang=python])

Attachments

(1 file, 1 obsolete file)

+++ This bug was initially created as a clone of Bug #1344844 +++

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 E203, "whitespace before ':'":

1) Remove the E203 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
No longer depends on: 1344844
Blocks: 1344849
No longer blocks: 1344849
Attached patch bug1344846.patch (obsolete) — Splinter Review
Removed whitespace present before :, test is passing.
Attachment #8845499 - Flags: review?(alessio.placitelli)
Assignee: nobody → djmdeveloper060796
Comment on attachment 8845499 [details] [diff] [review]
bug1344846.patch

Review of attachment 8845499 [details] [diff] [review]:
-----------------------------------------------------------------

This looks good, thanks.

However, this doesn't apply cleanly to the most recent mozilla-central. Please rebase your patch.
Attachment #8845499 - Flags: review?(alessio.placitelli) → review+
Attached patch bug1344846.patchSplinter Review
Updated my mozilla-central repo.
Attachment #8845499 - Attachment is obsolete: true
Flags: needinfo?(alessio.placitelli)
Attachment #8845666 - Flags: review+
Flags: needinfo?(alessio.placitelli)
https://hg.mozilla.org/mozilla-central/rev/3749bd0c9140
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: