-
Notifications
You must be signed in to change notification settings - Fork 30k
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
build: added doc linting when runnning make lint
#18472
Conversation
@camilo86 Thanks for this! I think this PR should be opened against the master branch first though, and then it can be cherry-picked to the |
@danbev @camilo86 Yes, please retarget this PR to the master branch. FWIW, this is how:
|
b2e4d19
to
f97b414
Compare
Thanks @danbev @joyeecheung . I changed the PR branch to master. Let me know if there is anything else that needs change. |
I am not certain but I thought there was a reason it was not done anymore? |
Makes sense. Thanks for the heads up. |
Landed in 0548034. Thanks! |
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: #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]>
Fixes: #18466
Lint docs when running
make lint
. Added a call tolint-md
inside thelint
command in the MakefiileChecklist
Affected core subsystem(s)
build