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
Symfony/Config offers the ability to validate configuration; however, in the case of Robo, it seemed that configuration settings would be highly dynamic, and dependent entirely on the commands in the RoboFile and task plugins (and core tasks). Therefore, in keeping with Robo's design philosophy to keep Robo core simple and lightweight, no validation features are provided by default. That could change in the future, if there was demand and agreement. The current state of affairs relegates configuration issues such as this to applications that use Robo as a framework, if they desire to do so. If you wanted plugins to participate in validation, you'd have to provide a design and implementation for that.
How does a plugin manage / update Bild configuration? Or, does it not?
Ideally, there will be the ability for a plugin to say what settings are needed from the bild.yml file.
Maybe this is managed through documentation only with sane defaults if the configuration is not set.
The text was updated successfully, but these errors were encountered: