0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/tools
Daniel Bevenius acbe00792d tools: add check for using process.binding crypto
Currently, when configuring --without-ssl any tests that use
process.binding('crypto') will not report a lint warning. This is
because the eslint check only generates a warning when using require.

This commit adds a check for using binding in addition to require.

PR-URL: https://github.com/nodejs/node/pull/17867
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2017-12-29 06:08:16 +01:00
..
bootstrap tools: add Boxstarter script 2017-11-30 11:35:45 +01:00
configure.d tools: fix AttributeError: __exit__ on Python 2.6 2017-12-27 19:41:34 +01:00
doc tools: fix man pages linking regex 2017-12-22 17:25:26 -05:00
eslint tools: update to ESLint 4.12.0 2017-11-27 21:58:07 -05:00
eslint-rules tools: add check for using process.binding crypto 2017-12-29 06:08:16 +01:00
gyp
icu tools: add cpplint rule for NULL usage 2017-12-01 07:45:05 +01:00
macos-installer
msvs
pkgsrc
remark-cli tools: bump remark-cli to 4.0 2017-11-18 20:44:17 +01:00
remark-preset-lint-node tools: lint for additional strings in docs 2017-12-08 13:27:53 -08:00
rpm
.eslintrc.yaml tools: enforce no unused trailing arguments tools directory 2017-11-13 12:30:29 -08:00
certdata.txt
check-imports.py
compress_json.py
cpplint.py tools: add cpplint rule for NULL usage 2017-12-01 07:45:05 +01:00
create_android_makefiles
create_expfile.sh
genv8constants.py
getmoduleversion.py
getnodeversion.py
gyp_node.py
install.py build: fix npm install with --shared 2017-10-25 17:22:04 -04:00
js2c.py build: runtime-deprecate requiring deps 2017-11-13 10:50:12 -08:00
license2rtf.js tools: modernize license2rtf 2017-10-29 19:46:43 +01:00
license-builder.sh deps: import acorn@5.2.1 2017-11-16 15:40:42 -08:00
lint-js.js tools: avoid using process.cwd in tools/lint-js 2017-11-21 10:00:52 +01:00
lsan_suppressions.txt
macosx-firewall.sh
make-v8.sh
Makefile
mk-ca-bundle.pl
mkssldef.py
osx-codesign.sh
osx-pkg-postinstall.sh
osx-productsign.sh
release.sh
run-valgrind.py
sign.bat
specialize_node_d.py
test-npm-package.js
test-v8.bat
test.py tools,test: throw if common.PORT used in parallel tests 2017-12-11 19:49:40 -08:00
update-authors.sh
update-eslint.sh
utils.py