diff --git a/Makefile b/Makefile index f259a9768b2b34..02bd971e814d91 100644 --- a/Makefile +++ b/Makefile @@ -801,6 +801,7 @@ lint: @echo "Linting is not available through the source tarball." @echo "Use the git repo instead:" \ "$ git clone https://github.com/nodejs/node.git" + exit 1 lint-ci: lint endif diff --git a/vcbuild.bat b/vcbuild.bat index 8089c37a24b2ee..13ce707e65536e 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -360,7 +360,7 @@ goto exit :no-lint echo Linting is not available through the source tarball. echo Use the git repo instead: $ git clone https://github.com/nodejs/node.git -goto exit +exit /b 1 :create-msvs-files-failed echo Failed to create vc project files.