Skip to content

build: lint all docs under doc

Rodrigo Muino Tomonari requested to merge github/fork/richardlau/lintdocs into master

** expansion doesn't behave as expected and as a result files in nested subdirectories under doc were not linted. Use find instead to generate the list of files to lint.

Refs: https://github.com/nodejs/node/pull/28127#issuecomment-500075134

Blocked until https://github.com/nodejs/node/pull/28127 lands as otherwise the lint fails on the extra files that are now being picked up.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading