summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorliusi <siyuan.liu@autodesk.com>2017-03-15 11:12:32 +0800
committerJames M Snell <jasnell@gmail.com>2017-03-17 09:22:46 -0700
commit379eec357d2a8bdd0a9f7ad3147ab410b5e5457e (patch)
tree5df41241742434d9847df4a79a87401ddd925620 /CONTRIBUTING.md
parentc7b60165a61520941b0e3c18d79b89a88c60d720 (diff)
downloadandroid-node-v8-379eec357d2a8bdd0a9f7ad3147ab410b5e5457e.tar.gz
android-node-v8-379eec357d2a8bdd0a9f7ad3147ab410b5e5457e.tar.bz2
android-node-v8-379eec357d2a8bdd0a9f7ad3147ab410b5e5457e.zip
build: add cpp linting to windows build
This PR adds cpp linting to windows build script. After this change, running command `vcbuild lint` will run both cpp linting and javascript linting on a windows machine. PR-URL: https://github.com/nodejs/node/pull/11856 Fixes: https://github.com/nodejs/node/issues/11816 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 923fb02990..4daf126bd1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -178,8 +178,7 @@ Running `make test`/`vcbuild test` will run the linter as well unless one or
more tests fail.
If you want to run the linter without running tests, use
-`make lint`/`vcbuild jslint`. At this time, only JavaScript linting is
-available on Windows. `make lint` on POSIX will run both JavaScript linting and
+`make lint`/`vcbuild lint`. It will run both JavaScript linting and
C++ linting.
If you are updating tests and just want to run a single test to check it, you