-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add impossible_comparisons
#76
Labels
Comments
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHi @0xLucqs can I work on this? |
Hey @MariangelaNM! |
Yes ! Do you have any idea on how to do it ? |
I'm going to start the issue, I can reassign it again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What it does
Checks for double comparisons that can never succeed
Why is this bad?
The whole expression can be replaced by false, which is probably not the programmer’s intention
Example
EDIT: Partially implemented
The text was updated successfully, but these errors were encountered: