Skip to content

Commit

Permalink
test case (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
ievans committed Feb 18, 2020
1 parent fa21a4d commit 28e6687
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/deadcode/useless-comparison.py
Expand Up @@ -19,3 +19,7 @@
# ruleid:useless-comparison
if "":
pass

# ok
if some_id == "foobar":
pass

0 comments on commit 28e6687

Please sign in to comment.