doc: adds options for cpp linting to help section of Windows build script#11992
doc: adds options for cpp linting to help section of Windows build script#11992brennemo wants to merge 1 commit intonodejs:masterfrom
Conversation
|
cc/ @refack |
|
@brennemo Thank you for the contribution. A nit: it seems the commit title exceed required 50 characters and lacks subsystem prefix (@gibfahn, should it be |
|
LGTM pending @vsemozhetbyt's comment |
|
Good point @vsemozhetbyt , @brennemo maybe something like this for the commit message: Also your name in git is currently: People usually choose to use their full names for commits. To set your name globally you can do: git config --global user.name "Morgan Brenner"To change the author and commit message you can do: git commit --amend --author="Morgan Brenner <[email protected]>"
# Edit commit message when it pops up
git push --force-with-lease |
ab470d6 to
e52cb17
Compare
|
Sure, I amended the author to add my last name and updated the commit message. |
PR-URL: #11992 Fixes: #11971 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
|
Landed in a8a042a |
PR-URL: #11992 Fixes: #11971 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
|
should this be backported? |
|
I'm +0.1 (it's a tiny documentation change, so little gain little risk) |
PR-URL: nodejs#11992 Fixes: nodejs#11971 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
180bec1 PR-URL: #11992 Fixes: #11971 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Adds options for cpp linting to help section of Windows build script
Fixes: #11971
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)