Skip to content
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 positive code detections #4

Open
8 tasks done
vanutp opened this issue Oct 30, 2021 · 1 comment · Fixed by #9
Open
8 tasks done

False positive code detections #4

vanutp opened this issue Oct 30, 2021 · 1 comment · Fixed by #9
Labels
enhancement New feature or request

Comments

@vanutp
Copy link
Collaborator

vanutp commented Oct 30, 2021

  • 1. Multiple one-word lines
word
another_word
...
  • 2. Tuple word, another_word, ...

  • 3. Single hyphen confused with binary subtraction operator w-ord

  • 4. URLs example.com or t.me/username or t.me/c/1234567890/1000

  • 5. Email addresses [email protected]

  • 6. not good

  • 7. Unary operators to constant-1

  • 8. 1 + 3

a - b, c
d - e, f
@vanutp vanutp added the enhancement New feature or request label Oct 30, 2021
@vanutp
Copy link
Collaborator Author

vanutp commented Nov 1, 2021

7 fixed in #6

@tm-a-t tm-a-t closed this as completed in #9 Nov 2, 2021
tm-a-t added a commit that referenced this issue Nov 2, 2021
Fix false positive code detections as described in #4
@ntoneee ntoneee reopened this Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants