Skip to content

Commit 70c3116

Browse files
srcmaketargos
authored andcommitted
doc: mention markdown linting in BUILDING.md
BUILDING.md mentioned JS and C++ linting were performed in the 'make lint' command, but 'make lint' also performs markdown linting. This commit updates the docs to include markdown as one of the things being linted. PR-URL: #28578 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent f0e4bf9 commit 70c3116

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

BUILDING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,7 @@ Make sure the linter does not report any issues and that all tests pass. Please
322322
do not submit patches that fail either check.
323323

324324
If you want to run the linter without running tests, use
325-
`make lint`/`vcbuild lint`. It will run both JavaScript linting and
326-
C++ linting.
325+
`make lint`/`vcbuild lint`. It will lint JavaScript, C++, and Markdown files.
327326

328327
If you are updating tests and want to run tests in a single test file
329328
(e.g. `test/parallel/test-stream2-transform.js`):

0 commit comments

Comments
 (0)