Skip to content

build: do not lint src dir for JS errors

Rodrigo Muino Tomonari requested to merge github/fork/Trott/nojsinsrc into master
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

build

Description of change

There are no JavaScript files in the src directory. It can be safely omitted from the JavaScript linting step.

Merge request reports

Loading