Closed
Bug 1277672
Opened 7 years ago
Closed 7 years ago
Lint Marionette Driver
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(firefox49 fixed)
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: automatedtester, Assigned: automatedtester)
References
Details
Attachments
(3 files)
Nice clean code make the world a better place.
Assignee | ||
Comment 1•7 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/57320/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/57320/
Attachment #8759330 -
Flags: review?(ahalberstadt)
Attachment #8759331 -
Flags: review?(mjzffr)
Assignee | ||
Comment 2•7 years ago
|
||
Clean code makes everyone happier... Review commit: https://reviewboard.mozilla.org/r/57322/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/57322/
Comment 3•7 years ago
|
||
Comment on attachment 8759330 [details] Bug 1277672: Add Marionette Client to included directories for linting. https://reviewboard.mozilla.org/r/57320/#review54136
Attachment #8759330 -
Flags: review?(ahalberstadt) → review+
Comment 4•7 years ago
|
||
https://reviewboard.mozilla.org/r/57320/#review54140 ::: tools/lint/flake8.lint:113 (Diff revision 1) > 'name': "flake8", > 'description': "Python linter", > 'include': [ > 'python/mozlint', > 'tools/lint', > + 'testing/marionette/client' Actually, the commit message says you're adding driver, but this is client. Which one is wrong?
Comment 5•7 years ago
|
||
https://reviewboard.mozilla.org/r/57320/#review54140 > Actually, the commit message says you're adding driver, but this is client. Which one is wrong? Sigh, I still had a testing/marionette/driver folder locally, but it just has .rej files in it, thus the confusion.. I guess it would still be nice to say client in the commit message though.
Comment on attachment 8759331 [details] Bug 1277672: Lint Marionette Driver python files https://reviewboard.mozilla.org/r/57322/#review54146
Attachment #8759331 -
Flags: review?(mjzffr) → review+
Assignee | ||
Comment 7•7 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/57368/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/57368/
Attachment #8759364 -
Flags: review?(mjzffr)
Comment on attachment 8759364 [details] Bug 1277672: Flake8 config for Marionette Driver https://reviewboard.mozilla.org/r/57368/#review54154
Attachment #8759364 -
Flags: review?(mjzffr) → review+
Assignee | ||
Comment 9•7 years ago
|
||
Comment on attachment 8759330 [details] Bug 1277672: Add Marionette Client to included directories for linting. Review request updated; see interdiff: https://reviewboard.mozilla.org/r/57320/diff/1-2/
Attachment #8759330 -
Attachment description: Bug 1277672: Add Marionette Driver to included directories for linting. → Bug 1277672: Add Marionette Client to included directories for linting.
Assignee | ||
Comment 10•7 years ago
|
||
Comment on attachment 8759331 [details] Bug 1277672: Lint Marionette Driver python files Review request updated; see interdiff: https://reviewboard.mozilla.org/r/57322/diff/1-2/
Assignee | ||
Comment 11•7 years ago
|
||
Comment on attachment 8759364 [details] Bug 1277672: Flake8 config for Marionette Driver Review request updated; see interdiff: https://reviewboard.mozilla.org/r/57368/diff/1-2/
Assignee | ||
Comment 12•7 years ago
|
||
https://reviewboard.mozilla.org/r/57320/#review54140 > Sigh, I still had a testing/marionette/driver folder locally, but it just has .rej files in it, thus the confusion.. I guess it would still be nice to say client in the commit message though. Fixed
Comment 13•7 years ago
|
||
Pushed by dburns@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/27d3e50446a8 Add Marionette Client to included directories for linting. r=ahal https://hg.mozilla.org/integration/mozilla-inbound/rev/ac4bcc6aba08 Lint Marionette Driver python files r=maja_zf https://hg.mozilla.org/integration/mozilla-inbound/rev/f19d56c111d9 Flake8 config for Marionette Driver r=maja_zf
Comment 14•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/27d3e50446a8 https://hg.mozilla.org/mozilla-central/rev/ac4bcc6aba08 https://hg.mozilla.org/mozilla-central/rev/f19d56c111d9
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Updated•4 months ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•