-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detects "Identical blocks of code" that are in no way identical #290
Comments
Thanks for the report @pitaj, and sorry for the issue. I'm able to reproduce this, but I'm sorry to say I don't have a fix yet. With some debugging output using the |
Thanks for looking into it. |
Just quickly glancing at it... I'd bet it is trying to report the |
Anything? |
https://codeclimate.com/github/benchpressjs/benchpressjs/issues
If you scroll down to the two
Identical blocks of code found in 2 locations. Consider refactoring.
issues, you will see that it detectsand
as identical when the only thing even similar about them is
Promise.try(() => {
.This is super annoying. Is it some kind of diffing or hashing bug? Should I report it on the flay repository?
The text was updated successfully, but these errors were encountered: