Skip to content

tools: replace custom new-with-error rule

Rodrigo Muino Tomonari requested to merge github/fork/Trott/new-with-error into master

Use no-restricted-syntax to implement the requirement that Error objects must be thrown with the new keyword.

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

tools

Merge request reports

Loading