Is it on the roadmap to support running `vulture` ...
# general
c
Is it on the roadmap to support running
vulture
from the
check
goal? I see that today, it's only
mypy
that is invoked. https://www.pantsbuild.org/docs/python-check-goal
1
b
If it's not in a GitHub issue, it's likely not being investigated. Depending on the complexity, if you're interested we're happy to help folks adding new plugins!!
c
I see. Could I go ahead and add an issue on Github as a feature request? Do you have any guidelines for creating feature requests on Github?
b
Nope. There's a template, so just kindly fill it out 😊
h
that looks cool! I haven't heard of it before
c
Yeah, it's very useful for us finding dead/unused code, and we use it in our CI/CD pipelines. It'd be nice to have it supported in the
check
or
lint
goals. For what it's worth, I think this is more of a linter than a checker, but
vulture
certainly cannot be used as a formatter, since it cannot fix mistakes for you.
I've added a feature request here! https://github.com/pantsbuild/pants/issues/15418
👍 1
❤️ 1