Join Slack
Powered by
In a single pants command, can I lint one target a...
# general
k
kind-traffic-20936
03/05/2024, 2:13 PM
In a single pants command, can I lint one target and test another? For example
pants lint "target1" fmt "target2"
when I do this, it looks like it tries to lint and format both targets
c
curved-television-6568
03/05/2024, 2:51 PM
No, there is only a single set of targets that pants will operate on for all specified goals in a pants invocation.
👍 1
2
Views
Open in Slack
Previous
Next