st2 icon indicating copy to clipboard operation
st2 copied to clipboard

Pantsbuild: Introduce dependency rules (aka "visibility")

Open cognifloyd opened this issue 2 years ago • 0 comments

Pants has a nifty feature that I've been looking forward to using in the st2 codebase called "visibility":

https://www.pantsbuild.org/2.19/docs/using-pants/validating-dependencies

Adding the dependency rules found an unexpected dependency from contrib/packs/pack.yaml to the test fixtures in contrib/packs, so there's one slight change to the pack_metadata pants plugin to fix that.

cognifloyd avatar Feb 13 '24 00:02 cognifloyd