-
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
tools: apply linting to doc tools #4973
Conversation
👍 |
LGTM if it still works |
LGTM |
@@ -517,7 +517,7 @@ bench-idle: | |||
$(NODE) benchmark/idle_clients.js & | |||
|
|||
jslint: | |||
$(NODE) tools/eslint/bin/eslint.js src lib test tools/eslint-rules \ | |||
$(NODE) tools/eslint/bin/eslint.js lib src test tools/doc tools/eslint-rules \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You also need to update the corresponding line in vcbuild.bat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, yes, of course! Done! (If someone on a Windows machine can confirm that it still works on Windows, that would be great. I don't think we run lint on Windows in CI.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great (Win10)
LGTM |
And CI is green to boot. |
Apply eslint rules to `tools/doc`.
Apply eslint rules to `tools/doc`. PR-URL: nodejs#4973 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
Landed in 2d89d3d |
Apply eslint rules to `tools/doc`. PR-URL: #4973 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
Apply eslint rules to `tools/doc`. PR-URL: #4973 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
Apply eslint rules to `tools/doc`. PR-URL: #4973 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
Apply eslint rules to `tools/doc`. PR-URL: #4973 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
Apply eslint rules to `tools/doc`. PR-URL: nodejs#4973 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
Apply eslint rules to
tools/doc
.