hi, im hoping to replace a homegrown build solutio...
# welcome
g
hi, im hoping to replace a homegrown build solution with pants. there are many similar solutions between our tool and pants but pants seems more mature (1 dev vs. the pants team) today (my 2nd day with pants) i would love to try to build a plugin for one of our linters
đź‘‹ 5
h
Cool, sounds like Pants is working decently for you so far, if you got as far as wanting to write a plugin.
Linters are generally one of the easiest plugins to write
Helpful resources are: https://www.pantsbuild.org/docs/plugins-lint-goal for some assistance, and the source code of the implementations for the many linters Pants already supports…
And feel free to ask questions on #general!