question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New handling of .each calls breaks no-identical-title

See original GitHub issue

Earlier this year, issue #786 described that .each blocks with identical format strings erroneously caused no-identical-title messages. This was fixed in PR #788.

It seems that with the merge of PR #814, this faulty behavior happens again.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:10

github_iconTop GitHub Comments

2reactions
G-Rathcommented, Apr 27, 2021

ah thank you - that’s to be expected as we don’t do any checking for replacement placeholders. That’s next up on my todo list now that I’ve gotten the .each handling refactored 😃

We’ve already got a couple of issues open for this, but this might not be a direct duplicate as I think they’re more for new rules that check you’ve got a placeholder in your title rather than modifying duplicate title.

I’ll handle adjusting the issue as needed to represent the feature request when I’ve got a few minutes spare 😃

0reactions
github-actions[bot]commented, Sep 29, 2021

🎉 This issue has been resolved in version 25.0.0-next.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Read more comments on GitHub >

github_iconTop Results From Across the Web

eslint-plugin-jest/CHANGELOG.md at main - GitHub
BREAKING CHANGES. no-alias-methods is now recommended as the methods themselves will be removed in the next major version of Jest ...
Read more >
eslint-plugin-jest | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >
Development and software implementation of a ... - OSF
This working paper describes the development and implementation of the software to determine the probability of search engine optimization of a web page....
Read more >
github.com-goldbergyoni-javascript-testing-best-practices_-_ ...
Should you read every word in this guide your testing skills are ... ️2.3 Ensure new releases don't break the API using contract...
Read more >
.eslintrc · wesk痕/react-native - Gitee.com
"no-obj-calls": 1, // disallow the use of object properties of the global ... disallow unreachable statements after a return, throw, continue, or break...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found