Open 0xLucqs opened 2 months ago
Hello! I'd like to take this issue. I have a background in Cairo and I'm familiar with spotting these kinds of redundancy issues.
Hey @Gianfranco99! Thanks for showing interest. We've created an application for you to contribute to Cairo lint. Go check it out on OnlyDust!
Hi @0xLucqs . I will take this one as discussed.
Hey @fishonamos! Thanks for showing interest. We've created an application for you to contribute to Cairo lint. Go check it out on OnlyDust!
What it does
Checks for if/else with the same body as the then part and the else part.
Why is this bad?
This is probably a copy & paste error.
Example