-
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
[v8.x backport] build: make linters independent of local node #19190
Closed
joyeecheung
wants to merge
2
commits into
nodejs:v8.x-staging
from
joyeecheung:backport-18272-to-v8.x
Closed
[v8.x backport] build: make linters independent of local node #19190
joyeecheung
wants to merge
2
commits into
nodejs:v8.x-staging
from
joyeecheung:backport-18272-to-v8.x
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PR-URL: nodejs#18272 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: nodejs#18272 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]>
nodejs-github-bot
added
build
Issues and PRs related to build files or the CI.
v8.x
labels
Mar 6, 2018
MylesBorins
force-pushed
the
v8.x-staging
branch
2 times, most recently
from
March 30, 2018 03:28
44cb0d3
to
16bf5fe
Compare
CI failures appear to be unrelated |
New CI to see what's going on here: https://ci.nodejs.org/job/node-test-commit/17394/ |
gibfahn
approved these changes
Apr 10, 2018
BethGriggs
approved these changes
Apr 10, 2018
BethGriggs
pushed a commit
that referenced
this pull request
Apr 10, 2018
PR-URL: #18272 Backport-PR-URL: #19190 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]>
BethGriggs
pushed a commit
that referenced
this pull request
Apr 10, 2018
PR-URL: #18272 Backport-PR-URL: #19190 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]>
Landed in 016a28a...333d7dd. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesRefs: #18272