Closed
Bug 1487832
Opened 7 years ago
Closed 7 years ago
Port bug 1486739 (Enable ESLint rule comma-dangle on C-C) and bug 1487246 (Enable ESLint rule no-sequences)
Categories
(Thunderbird :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 63.0
People
(Reporter: jorgk-bmo, Assigned: mkmelin)
Details
Attachments
(3 files)
|
34.08 KB,
patch
|
jorgk-bmo
:
review+
|
Details | Diff | Splinter Review |
|
6.45 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
|
1.04 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
We get heaps of these now:
Missing trailing comma. (comma-dangle)
Geoff, can that be fixed automatically?
Flags: needinfo?(geoff)
| Assignee | ||
Comment 1•7 years ago
|
||
It can.
Assignee: nobody → mkmelin+mozilla
Status: NEW → ASSIGNED
Flags: needinfo?(geoff)
| Reporter | ||
Comment 2•7 years ago
|
||
What's the plan? Review? Try?
| Reporter | ||
Comment 3•7 years ago
|
||
The patch didn't have calendar/ in it. I'm going to take it now, but can you please do common/ as well:
https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=8c63696d79f6e27872790b1df0787545c83bc550
Keywords: leave-open
| Reporter | ||
Updated•7 years ago
|
Attachment #9005731 -
Flags: review+
| Reporter | ||
Comment 4•7 years ago
|
||
--fix, but that doesn't cover everything.
Attachment #9005754 -
Flags: review?(mkmelin+mozilla)
| Reporter | ||
Updated•7 years ago
|
Keywords: leave-open
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/448242e81ceb
Port 1486739 - fix up mail/ for eslint comma-dangle rule. r=jorgk
https://hg.mozilla.org/comm-central/rev/6a4de2837303
Port 1486739 - fix up .eslintrc.js and commom/ for eslint comma-dangle rule. rs=bustage-fix
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 6•7 years ago
|
||
There's no joy to be had, now it's:
TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/comm/common/bindings/datetimepicker.xml:805:24 | Unexpected use of comma operator. (no-sequences)
from bug 1487246 :-(
Target Milestone: --- → Thunderbird 63.0
| Reporter | ||
Updated•7 years ago
|
Summary: Port 1486739 - Enable ESLint rule comma-dangle on C-C → Port bug 1486739 (Enable ESLint rule comma-dangle on C-C) and bug 1487246 (Enable ESLint rule no-sequences)
| Reporter | ||
Comment 7•7 years ago
|
||
Attachment #9005794 -
Flags: review?(mkmelin+mozilla)
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/4152a59d3d07
Port bug 1487246: fix up commom/ for eslint no-sequences rule. rs=bustage-fix
| Assignee | ||
Updated•7 years ago
|
Attachment #9005754 -
Flags: review?(mkmelin+mozilla) → review+
| Assignee | ||
Updated•7 years ago
|
Attachment #9005794 -
Flags: review?(mkmelin+mozilla) → review+
| Assignee | ||
Comment 9•7 years ago
|
||
Forgot to mention, but for anyone else interested, this is the command
cd comm
../mach eslint mail --fix
Updated•6 years ago
|
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•