In `.each` test (and describe block) names it's possible to use [printf-like formatting](https://jestjs.io/docs/en/api#1-testeachtable-name-fn-timeout). I would like to have a new rule (or 2 rules) that would: * Enforce usage of at least one specifier in .each test name (should it be a part of `no-identical-title`?) * Disallow usage of these specifiers in regular test names, since it likely means it was left from some older version of test