Feature request: merge workspace build
section to apply to all packages
#1311
Labels
build
section to apply to all packages
#1311
We would like to set
censorProjectWarnings
for all packages in our monorepo (and probablystrict: true
at a later date as well)As far as I can see this isn't currently possible? We can only set
censorLibraryWarnings
inworkspace.buildOpts
.What about having something like a "base" package section in the workspace
spago.yaml
that could specify things like this that would apply to all packages by default, likebuild.strict
andbuild.censorProjectWarnings
?Sub-packages could always override it later in their own package
spago.yaml
files..The text was updated successfully, but these errors were encountered: