Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29492577: Noissue - Fix indentation errors for ESLint 4 (Closed)

Created:
July 19, 2017, 1:25 p.m. by Manish Jethani
Modified:
Aug. 21, 2017, 2:31 p.m.
Reviewers:
Sebastian Noack, kzar
Base URL:
https://hg.adblockplus.org/adblockpluschrome/
Visibility:
Public.

Description

Noissue - Fix indentation errors for ESLint 4

Patch Set 1 #

Total comments: 2

Patch Set 2 : Target the release after 4.2.0 instead #

Total comments: 1

Patch Set 3 : Only fix indentation in options.js #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M options.js View 1 chunk +8 lines, -8 lines 0 comments Download

Messages

Total messages: 16
Manish Jethani
July 19, 2017, 1:25 p.m. (2017-07-19 13:25:40 UTC) #1
Manish Jethani
Patch Set 1 I couldn't find a way to fix these errors without modifying the ...
July 19, 2017, 1:28 p.m. (2017-07-19 13:28:38 UTC) #2
Manish Jethani
https://codereview.adblockplus.org/29492577/diff/29492578/lib/devtools.js File lib/devtools.js (right): https://codereview.adblockplus.org/29492577/diff/29492578/lib/devtools.js#newcode84 lib/devtools.js:84: ( Reported a bug for this: https://github.com/eslint/eslint/issues/8977
July 21, 2017, 9:28 a.m. (2017-07-21 09:28:40 UTC) #3
Manish Jethani
Patch Set 2: Target the release after 4.2.0 instead There will be a release of ...
July 21, 2017, 9:45 a.m. (2017-07-21 09:45:17 UTC) #4
Manish Jethani
https://codereview.adblockplus.org/29492577/diff/29494555/options.js File options.js (left): https://codereview.adblockplus.org/29492577/diff/29494555/options.js#oldcode76 options.js:76: ["synchronize_invalid_url", If 29496566 lands then we should probably still ...
July 24, 2017, 11:02 a.m. (2017-07-24 11:02:58 UTC) #5
Sebastian Noack
I agree to the changes in options.js, using 3 space indentation there seems to have ...
Aug. 18, 2017, 10:39 a.m. (2017-08-18 10:39:21 UTC) #6
kzar
On 2017/08/18 10:39:21, Sebastian Noack wrote: > I agree to the changes in options.js, using ...
Aug. 18, 2017, 12:11 p.m. (2017-08-18 12:11:57 UTC) #7
Manish Jethani
On 2017/08/18 12:11:57, kzar wrote: > On 2017/08/18 10:39:21, Sebastian Noack wrote: > > I ...
Aug. 18, 2017, 12:44 p.m. (2017-08-18 12:44:49 UTC) #8
Sebastian Noack
On 2017/08/18 12:44:49, Manish Jethani wrote: > Do you think it makes sense to make ...
Aug. 18, 2017, 1:30 p.m. (2017-08-18 13:30:10 UTC) #9
Manish Jethani
On 2017/08/18 13:30:10, Sebastian Noack wrote: > On 2017/08/18 12:44:49, Manish Jethani wrote: > > ...
Aug. 18, 2017, 1:45 p.m. (2017-08-18 13:45:18 UTC) #10
Manish Jethani
Patch Set 3: Only fix indentation in options.js
Aug. 18, 2017, 1:45 p.m. (2017-08-18 13:45:33 UTC) #11
Sebastian Noack
On 2017/08/18 13:45:18, Manish Jethani wrote: > The changes to options.js are not strictly necessary ...
Aug. 18, 2017, 1:47 p.m. (2017-08-18 13:47:40 UTC) #12
Manish Jethani
On 2017/08/18 13:47:40, Sebastian Noack wrote: > On 2017/08/18 13:45:18, Manish Jethani wrote: > > ...
Aug. 18, 2017, 2:22 p.m. (2017-08-18 14:22:04 UTC) #13
kzar
LGTM
Aug. 21, 2017, 1:01 p.m. (2017-08-21 13:01:13 UTC) #14
kzar
On 2017/08/21 13:01:13, kzar wrote: > LGTM (Assuming it still lints with "indent-legacy", otherwise I ...
Aug. 21, 2017, 1:01 p.m. (2017-08-21 13:01:58 UTC) #15
Manish Jethani
Aug. 21, 2017, 2:31 p.m. (2017-08-21 14:31:07 UTC) #16
On 2017/08/21 13:01:58, kzar wrote:
> On 2017/08/21 13:01:13, kzar wrote:
> > LGTM
> 
> (Assuming it still lints with "indent-legacy", otherwise I think we should
wait
> until switching back to "indent" to do this.)

Thanks, it does lint successfully with indent-legacy.

Powered by Google App Engine
This is Rietveld