Skip to content

[v6.x backport] build: include src\tracing when linting on win

This commit excludes src\tracing\trace_event.h and src\tracing\trace_event_common.h from the linter but allows the rest of the files in src\tracing to be examined by the linter which is similar to what the Makefile does.

Refs: https://github.com/nodejs/node/pull/16720 PR-URL: https://github.com/nodejs/node/pull/16720 Reviewed-By: James M Snell jasnell@gmail.com

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

build, win

Merge request reports

Loading