-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
make lint-ci
lints docs, but make lint
doesn't
#18466
Comments
If I get it right, there is no doc linting on Windows, in vcbuild.bat (as well as we do not build docs and do not test doc building on Windows). If it is true and we add doc linting locally, we need to document this restriction. |
Ironically, the documentation of Line 1181 in 0993fbe
Labeling this as a good first issue. To fix it, add another line in target mentioned above so that |
I can get on that right now. First time contributing to nodejs |
Fixes: #18466 PR-URL: #18472 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Fixes: #18466 PR-URL: #18472 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Fixes: #18466 PR-URL: #18472 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Fixes: #18466 PR-URL: #18472 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Fixes: nodejs#18466 PR-URL: nodejs#18472 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
After working on the v9.5.0 release proposal, I was concerned to see that the node-test-linter ci job failed. Apparently, we are linting docs in CI, but not locally with
make lint
.IMO, if we lint in CI, we should lint locally. Otherwise, people could be confused as to why it passes locally but not when run in CI. Would love to hear the opinions of others
The text was updated successfully, but these errors were encountered: