Uh oh!
There was an error while loading. Please reload this page.
test,tools: limit lint tolerance of gc global - #6324
Conversation
bnoordhuis
commented
Apr 21, 2016
LGTM, I guess. Would this allow |
cjihrig
commented
Apr 21, 2016
It looks like it, based on the change to LGTM |
jasnell
commented
Apr 21, 2016
This is fine and the change LGTM but I'm curious.. why? |
7da4fd4 to
c7066fbCompareTrott
commented
Apr 27, 2016
@jasnell wrote:
I prefer exceptions to lint rules to be applied only as narrowly as necessary. So rather than applying an exception to the 1324 JS files in |
Trott
commented
Apr 27, 2016
@bnoordhuis asked:
Yes, that would pass linting. |
addaleax
commented
Apr 28, 2016
LGTM |
jasnell
commented
Apr 28, 2016
@Trott ... ok :-) thanks! |
Anyone prefer |
cjihrig
commented
Apr 28, 2016
Dropping the eslint directive is preferably IMO in case things change in the future on their side or ours. |
Lint rules permitted the `gc` global in any test file. This change limits it to just the files that need it.
Trott
commented
Apr 28, 2016
Removed the directives and replaced instances of |
cjihrig
commented
Apr 28, 2016
LGTM |
1 similar comment
bnoordhuis
commented
Apr 28, 2016
LGTM |
Trott
commented
Apr 28, 2016
Trott
commented
Apr 29, 2016
CI is green except for unrelated and known-problematic tick processor test on OS X which will be fixed Very Soon. |
Lint rules permitted the `gc` global in any test file. This change limits it to just the files that need it. PR-URL: nodejs#6324 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Trott
commented
Apr 29, 2016
Landed in 6c49714. |
Lint rules permitted the `gc` global in any test file. This change limits it to just the files that need it. PR-URL: #6324 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
MylesBorins
commented
May 18, 2016
not landing cleanly @Trott feel free to tag don't land if you don't want to backport |
@thealphanerd@Trott I think this can land on v4.x once #6871 lands. |
Checklist
Affected core subsystem(s)
test tools
Description of change
Lint rules permitted the
gcglobal in any test file. This changelimits it to just the files that need it.