mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
acbe00792d
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> |
||
---|---|---|
.. | ||
alphabetize-errors.js | ||
buffer-constructor.js | ||
crypto-check.js | ||
documented-errors.js | ||
inspector-check.js | ||
lowercase-name-for-primitive.js | ||
no-let-in-for-declaration.js | ||
no-unescaped-regexp-dot.js | ||
number-isnan.js | ||
prefer-assert-iferror.js | ||
prefer-assert-methods.js | ||
prefer-common-expectserror.js | ||
prefer-common-mustnotcall.js | ||
prefer-util-format-errors.js | ||
require-buffer.js | ||
required-modules.js | ||
rules-utils.js |