Has anyone worked on integrating pants with arcani...
# general
p
Has anyone worked on integrating pants with arcanist recently? I have found an older thread on the ML from 2016 but nothing more .. https://groups.google.com/forum/#!searchin/pants-devel/arc%7Csort:date/pants-devel/ZG4GjotZ0bs/I1J_inC4AQAJ
a
we use arc at twitter! but our integrations have so far mostly been the other direction with arc calling pants
what integrations are you thinking of?
p
ah yes, arc calling pants, that what I wanted to ask 😇
so I am at the very beginning of evaluating arc .. but seeing both
arc test
and
arc lint
made me wonder if there was an easy way to make them call the respective pants goals
a
so we have a
.arclint
file in the root of our repo which maps to some php code we have in the repo which runs pants commands. we aren't currently using
arc test
, but there's likely no reason we couldn't be, although running tests over all changed targets is generally something we do in our CI, not on the command line. i'm not sure but i hope that the
.arclint
file is pretty standard for arcanist -- how are you using it now?
(sorry for the delay. long week)
ping!