You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to set censorProjectWarnings for all packages in our monorepo (and probably strict: true at a later date as well)
As far as I can see this isn't currently possible? We can only set censorLibraryWarnings in workspace.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, like build.strict and build.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:
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: