-
Notifications
You must be signed in to change notification settings - Fork 718
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
False positives #20
Comments
I have eight images that have this format: [prefix] _ "difficulty" _ [difficulty_level] sample: "in_progress_difficulty_hard", "difficulty_easy" (so prefix="" for this one) Another problem is that we use Realm for storing image names that we use. Thank you very much for your time! |
Sorry, this tool has no ability to detect similar name with a complex rule.
You can see, it requires resource name contains a number, so that I could locate the diff part using regex. |
@tinymind, thanks for your time and great tool. It is really a nice tool. |
I have false positives because of .realm files and because I have in my project a complex concatenating algorithm:
title_subtitle_category1
But I guess for that - no tool could do a great job.
Thank you,
The text was updated successfully, but these errors were encountered: