Skip to content

test: apply no-useless-concat ESLint rule

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

test

It seems to me that no-useless-concat is a simple reasonable rule, so I've tried:

eslint --rulesdir tools/eslint-rules/ --rule "no-useless-concat: error" benchmark lib test tools

which have found only some fragments in tests. Occasionally, I've added some template literals for simplicity, but that was not the main aim. Please, take a look, if this is a reasonable change.

Merge request reports

Loading