From 112b4ef4a0eea28aa957b247502d2d609e6041cc Mon Sep 17 00:00:00 2001 From: Tariq Ramlall Date: Sat, 6 Jul 2019 14:08:01 -0400 Subject: [PATCH] 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. --- BUILDING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index a1946ac7c5384d..b60c6d4338266d 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -322,8 +322,7 @@ Make sure the linter does not report any issues and that all tests pass. Please do not submit patches that fail either check. If you want to run the linter without running tests, use -`make lint`/`vcbuild lint`. It will run both JavaScript linting and -C++ linting. +`make lint`/`vcbuild lint`. It will lint JavaScript, C++, and Markdown files. If you are updating tests and want to run tests in a single test file (e.g. `test/parallel/test-stream2-transform.js`):