Skip to content
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: add test/addons/0* to .eslintignore #5425

Closed

Conversation

MylesBorins
Copy link
Contributor

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.

Fixes #5424

@MylesBorins MylesBorins force-pushed the ignore-generated-addons branch from 5c71572 to 40451d2 Compare February 25, 2016 00:18
@MylesBorins MylesBorins mentioned this pull request Feb 25, 2016
@@ -1,7 +1,6 @@
lib/internal/v8_prof_polyfill.js
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These files are copied directly from the v8 source, no? If so, we probably don't want to apply our coding style standards to their code?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rebase gone wrong

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
@MylesBorins MylesBorins force-pushed the ignore-generated-addons branch from 9545d84 to 1242d60 Compare February 25, 2016 00:31
@Trott
Copy link
Member

Trott commented Feb 25, 2016

LGTM

@mscdex mscdex added c++ Issues and PRs that require attention from people who are familiar with C++. test Issues and PRs related to the tests. labels Feb 25, 2016
@Trott
Copy link
Member

Trott commented Feb 25, 2016

Alternative (or subsequent, but we'll have to add in something to remove the .eslintignore change in that case) fix in #5427

@MylesBorins MylesBorins deleted the ignore-generated-addons branch April 16, 2016 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants