Why there is no `pants check --skip-javac` and `pa...
# general
s
Why there is no
pants check --skip-javac
and
pants check --skip-scalac
for java and scala?
f
s
I need to check everything except javac
f
Given there is no one I know of stewarding the JVM backends, seems probable that skip options equivalent to the
—mypy-skip
option were just overlooked.
Also seems straightforward enough to add to Pants for a motivated developer …
Up to adding such options?
s
yeah, I might do that, just wanted to make sure this was not intentional
f
just wanted to make sure this was not intentional
Understood. I would venture at this point in time that many design deficiencies in Pants are probably from lack of ongoing stewardship than from intention.
Or rather maintainers and contributors work on what interests them, and the development direction is influenced by those interests.
👌 1