Skip to content

tools: enforce no unused trailing arguments tools directory

Rodrigo Muino Tomonari requested to merge github/fork/Trott/prefer-temp into master

For code in the tools directory, enable ESLint rule configuration to require that the last argument in a function signature must be used.

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

tools

Merge request reports

Loading