-
Notifications
You must be signed in to change notification settings - Fork 32
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 negatives on type properties on custom objects #42
Comments
The issue is If I'm adding deepcode ignore comment, it disables functionality of eslint comment by moving it up. Can deepcode interoperate with eslint? |
Hello @JustFly1984, thank you for you feedback. We managed to reproduce this issue and will work on fixing it and update you once it's done. As for linter. We have a non-documented way. Pls try to add deepcode's comment in the same line or below. Our engine should catch it. |
@Arvi3d I do not really want to bloat the codebase with comments, cos it is around 300+ warnings, and I better wait till it will be fixed on your side. Thank you! |
@Arvi3d I've got a bunch of new false negatives for you today:
here it is a clearly bug, somehow it thinks that
here it thinks that Set is not used, but it is used in for of cycle.
so I've disabled it again for a while. |
Currently I confirm bugs fixed, except PromiseLike (without catch) for cypress, and string literal "9+" |
Hello @deepcodeg
I have a lot of false negatives on "type" fields of custom objects in my typescript code, and ignore comments do not resolve it.
even in redux reducer (immer)
Thank you for great plugin, it improves development experience.
The text was updated successfully, but these errors were encountered: