-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
linter fails after running make test-addons
#5424
Comments
I think adding to |
Trott
added
tools
Issues and PRs related to the tools directory.
test
Issues and PRs related to the tests.
labels
Feb 25, 2016
MylesBorins
pushed a commit
to MylesBorins/node
that referenced
this issue
Feb 25, 2016
The scripts generated by `make test-addons` do not pass the linter. For now I think it is best that we ignore it as they are not tracked in the tree. Temporary Workaround for nodejs#5424 PR-URL: nodejs#5425
Trott
added a commit
to Trott/io.js
that referenced
this issue
Feb 25, 2016
Alternative (or subsequent) fix in #5427 |
rvagg
pushed a commit
that referenced
this issue
Feb 27, 2016
PR-URL: #5427 Fixes: #5424 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Myles Borins <[email protected]>
rvagg
pushed a commit
that referenced
this issue
Feb 27, 2016
PR-URL: #5427 Fixes: #5424 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Myles Borins <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Feb 27, 2016
PR-URL: #5427 Fixes: #5424 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Myles Borins <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Mar 1, 2016
PR-URL: #5427 Fixes: #5424 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Myles Borins <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Mar 2, 2016
PR-URL: #5427 Fixes: #5424 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Myles Borins <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The git ignored artifacts created by
make test-addons
are not passing the linter after the upgrade to eslint v2This is blocking #5372 landing on LTS, it is also at the very least annoying on master.
I have a naive fix by adding
test/addons/0*
to the.eslintignore
. PR incoming.Should the temporary artifacts of the addons test be living in the test dir?
The text was updated successfully, but these errors were encountered: