https://pantsbuild.org/ logo
#general
Title
# general
w

witty-crayon-22786

09/03/2021, 10:57 PM
hey folks! i just added a short blurb about the
--loop
flag to the docs. if you’re not using it, i’d highly recommend giving it a try!: https://www.pantsbuild.org/docs/goals#running-goals
👖 2
💯 2
in my workflow, i tend to run
Copy code
./pants --loop test typecheck fmt lint $file
which will continuously
test
and
typecheck
code until both of those have passed, and then
fmt
and
lint
it.
💯 1
a

ambitious-actor-36781

09/05/2021, 9:23 PM
aha, I was thinking to myself this weekend, "how would you implement this in pants?" Nice work 💯
3 Views