Is it intended to replace both type checker and dead code analyzer? #50
-
|
Is it intended to replace both type checker and dead code analyzer? Or only the latter? (i.e. vulture alternative) |
Beta Was this translation helpful? Give feedback.
Answered by
duriantaco
Dec 19, 2025
Replies: 1 comment
-
|
hello @rosmur , we're more like vulture+bandit and we do some key quality metrics checks. We don't do type checking, or at least not yet. Hope that answers your question! :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rosmur
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello @rosmur , we're more like vulture+bandit and we do some key quality metrics checks. We don't do type checking, or at least not yet. Hope that answers your question! :)