Lines Matching refs:lint

127 if /i "%1"=="lint-cpp"      set lint_cpp=1&goto arg-ok

128 if /i "%1"=="lint-js" set lint_js=1&goto arg-ok
129 if /i "%1"=="jslint" set lint_js=1&echo Please use lint-js instead of jslint&goto arg-ok
130 if /i "%1"=="lint-md" set lint_md=1&goto arg-ok
131 if /i "%1"=="lint-md-build" set lint_md_build=1&goto arg-ok
132 if /i "%1"=="lint" set lint_cpp=1&set lint_js=1&set lint_md=1&goto arg-ok
133 if /i "%1"=="lint-ci" set lint_cpp=1&set lint_js_ci=1&goto arg-ok
190 :: skip building if the only argument received was lint
191 if "%*"=="lint" if exist "%node_exe%" goto lint-cpp
711 if not defined custom_v8_test goto lint-cpp
714 goto lint-cpp
716 :lint-cpp
717 if not defined lint_cpp goto lint-js
718 if defined NODEJS_MAKE goto run-make-lint
720 if "%ERRORLEVEL%"=="0" set "NODEJS_MAKE=make PYTHON=python" & goto run-make-lint
722 if "%ERRORLEVEL%"=="0" set "NODEJS_MAKE=wsl make" & goto run-make-lint
724 goto lint-js
726 :run-make-lint
727 %NODEJS_MAKE% lint-cpp
728 goto lint-js
730 :lint-js
731 if not defined lint_js goto lint-md-build
732 if not exist tools\node_modules\eslint goto no-lint
733 echo running lint-js
735 goto lint-md-build
737 :no-lint
740 goto lint-md-build
742 :lint-md-build
743 if not defined lint_md_build goto lint-md
745 goto lint-md
747 :lint-md
757 %node_exe% tools\lint-md\lint-md.mjs %lint_md_files%
771 %node_exe% tools\lint-md\lint-md.mjs --format %lint_md_files%
782 echo vcbuild.bat [debug/release] [msi] [doc] [test/test-all/test-addons/test-doc/test-js-native-api/test-node-api/test-benchmark/test-internet/test-pummel/test-simple/test-message/test-tick-processor/test-known-issues/test-node-inspect/test-check-deopts/test-npm/test-async-hooks/test-v8/test-v8-intl/test-v8-benchmarks/test-v8-all] [ignore-flaky] [static/dll] [noprojgen] [projgen] [small-icu/full-icu/without-intl] [nobuild] [nosnapshot] [nonpm] [nocorepack] [noetw] [ltcg] [licensetf] [sign] [ia32/x86/x64/arm64] [vs2019/vs2022] [download-all] [enable-vtune] [lint/lint-ci/lint-js/lint-md] [lint-md-build] [package] [build-release] [upload] [no-NODE-OPTIONS] [link-module path-to-module] [debug-http2] [debug-nghttp2] [clean] [cctest] [no-cctest] [openssl-no-asm]
791 echo vcbuild.bat lint : runs the C++, documentation and JavaScript linter