Closed Bug 1344832 Opened 7 years ago Closed 7 years ago

Enable flake8 rule E502: "the backslash is redundant between brackets"

Categories

(Toolkit :: Telemetry, enhancement, P3)

enhancement
Points:
1

Tracking

()

RESOLVED FIXED
mozilla55
Tracking Status
firefox55 --- fixed

People

(Reporter: Dexter, Assigned: fedepad, Mentored)

References

Details

(Keywords: good-first-bug, Whiteboard: [measurement:client][lang=python])

Attachments

(1 file)

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

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 E502 rule: "the backslash is redundant between brackets"

1) Remove the E502 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: 1344831
Blocks: 1344833
No longer blocks: 1344833
Keywords: good-first-bug
Done.

Tests passed.
Pushing for review.
Comment on attachment 8846897 [details]
Bug 1344832 - Enable flake8 rule E502: "the backslash is redundant between brackets". r+dexter

https://reviewboard.mozilla.org/r/119884/#review121920

This looks good. Please make sure that this also passes xpcshell tests, both locally and on try servers. You can try locally by issuing the "./mach test toolkit/components/telemetry/unit" command.

For the try server part, select "Trigger a try build" from the Automation menu here on MozReview. Then pick a few platforms (linux, windows, macos) and only enable xpcshell tests.
Attachment #8846897 - Flags: review?(alessio.placitelli) → review+
Comment on attachment 8846897 [details]
Bug 1344832 - Enable flake8 rule E502: "the backslash is redundant between brackets". r+dexter

https://reviewboard.mozilla.org/r/119884/#review121920

I already ran the tests locally before pushing for review using "./mach test", which according to the commit it selects the right tests to run.
The tests all passed.
I re-ran using your command and it runs the same tests as with just "./mach test".
Just a minor thing, your line to trigger the tests should be:
"./mach test toolkit/components/telemetry/tests/unit" and not "./mach test toolkit/components/telemetry/unit": a missing "tests" directory.
I will trigger a try build here now.
Comment on attachment 8846897 [details]
Bug 1344832 - Enable flake8 rule E502: "the backslash is redundant between brackets". r+dexter

https://reviewboard.mozilla.org/r/119884/#review121920

I cannot trigger a try build here, the fields in Automation are greyed out for me, which means probably I don't have the rights to do it.
If you have, could you in case trigger it? Otherwise I don't know how to do it ;)
Comment on attachment 8846897 [details]
Bug 1344832 - Enable flake8 rule E502: "the backslash is redundant between brackets". r+dexter

https://reviewboard.mozilla.org/r/119884/#review121920

It looks like the try builds were successfull.
What are the next steps for this?
Thanks!
We're sorry, Autoland could not rebase your commits for you automatically. Please manually rebase your commits and try again.

hg error in cmd: hg rebase -s 0c12b9761ea4 -d a6c7a9fcfc29: rebasing 382075:0c12b9761ea4 "Bug 1344832 - Enable flake8 rule E502: "the backslash is redundant between brackets". r=Dexter" (tip)
merging toolkit/components/telemetry/.flake8
warning: conflicts while merging toolkit/components/telemetry/.flake8! (edit, then use 'hg resolve --mark')
unresolved conflicts (see hg resolve, then hg rebase --continue)
Comment on attachment 8846897 [details]
Bug 1344832 - Enable flake8 rule E502: "the backslash is redundant between brackets". r+dexter

https://reviewboard.mozilla.org/r/119884/#review121920

Please rebase your commit.
Comment on attachment 8846897 [details]
Bug 1344832 - Enable flake8 rule E502: "the backslash is redundant between brackets". r+dexter

https://reviewboard.mozilla.org/r/119884/#review121920

Ok! I see from the documentation (http://mozilla-version-control-tools.readthedocs.io/en/latest/hgmozilla/firefoxworkflow.html?highlight=rebase) I should do:

hg up my-bookmark
hg pull
hg rebase -d inbound
hg push -r . inbound


Is that correct? Do I also need to do 

hg histedit

in between (right before pushing) as mentioned in the doc?
And is it correct to push to inbound or should be pushed to review?

Thanks!
Comment on attachment 8846897 [details]
Bug 1344832 - Enable flake8 rule E502: "the backslash is redundant between brackets". r+dexter

https://reviewboard.mozilla.org/r/119884/#review121920

You should rebase on [autoland](http://mozilla-version-control-tools.readthedocs.io/en/latest/hgmozilla/firefoxworkflow.html?highlight=rebase#autolanding), and then push to review again. There's no need to push/rebase to inbound, as we're planning to land this patch using MozReview anyway, not manually :)
Assignee: nobody → federico_padua
Status: NEW → ASSIGNED
Pushed by alessio.placitelli@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/e0a87984f613
Enable flake8 rule E502: "the backslash is redundant between brackets". r+dexter r=Dexter
https://hg.mozilla.org/mozilla-central/rev/e0a87984f613
Status: ASSIGNED → 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: