build icon indicating copy to clipboard operation
build copied to clipboard

Warn if configuring a builder which you don't have a direct dependency on

Open jakemac53 opened this issue 3 years ago • 0 comments

When configuring a builder you should have a direct dependency on that builders package. This is because the configuration itself is a part of the API of the builder, and so you could be broken by a new release of the package, if it changes its configuration in a breaking way.

jakemac53 avatar Aug 17 '21 21:08 jakemac53