-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tools: enable linting for chained properties #7999
Conversation
( |
/cc @silverwind |
Raspberry Pi build-type failures in Ci. Certainly unrelated. But let's re-run anyway: https://ci.nodejs.org/job/node-test-pull-request/3560/ |
Rubber stamp LGTM on the ESLint update. Actual LGTM on the other commit. |
LGTM |
2 similar comments
LGTM |
LGTM |
More flaky failures in that last CI run but still unrelated. CI has been particularly flaky here this past week :-( /cc @nodejs/build Will go ahead and land this but definitely need to keep an eye on things. |
actually... hmmm.. @Trott, after applying this patch locally I'm getting:
When I pull this patch back out it works. |
Oh, interesting. The Makefile looks for the |
OK, fixed |
PR-URL: nodejs#7999 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Refs: nodejs#7920 PR-URL: nodejs#7999 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
PR-URL: #7999 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Checklist
make -j4 test
(UNIX), orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
tools
Description of change
Enforces linting for indentation of multiline chained properties. Requires updating to ESLint 3.2.2.
Refs: #7920