I'm considering writing a script that compares the...
# general
e
I'm considering writing a script that compares the environment config reader of my application with the
env
section generated by my helm chart. (Just had a nasty bug where the expected config value was passed under a slightly different name, so it didn't work). Writing this tool is straightforward, but I'd like to run it as part of the
check
goal. Does this require writing a plugin, or is there an easy way to attach <script> to <goal>?
c
Now well documented, but you might be able to do it with the "code quality tool" support referenced by this issue https://github.com/pantsbuild/pants/issues/17729
👀 1