Skip to content

Conversation

@sgmurphy
Copy link

@sgmurphy sgmurphy commented Sep 7, 2022

This is a test of the semgrep app for our POC.

@@ -0,0 +1,21 @@
# ruleid:useless-eqeq
x == x
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This expression is always True: x == x or x != x. If testing for floating point NaN, use math.isnan(x), or cmath.isnan(x) if the number is complex. (Line 2)

⚪️ This finding does not block your pull request.
🙈 From python.lang.correctness.useless-eqeq.useless-eqeq.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants