Skip to content

tools: update crypo check rule

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/crypto-lint into master

This commit updates the custom crypto-check ESLint rule to detect require() calls that come before all hasCrypto checks.

Refs: https://github.com/nodejs/node/pull/25388

Note: This will fail CI until https://github.com/nodejs/node/pull/25388 lands.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading