Skip to content

tools: make the lint rules depend on tools

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

tools

Somewhat related to https://github.com/nodejs/node/pull/16581#issuecomment-342745462 , although this is not related to JS linting. The idea is if we update remark or cpplint.py, then we should re-run the linters so the new changes apply.

Merge request reports

Loading