-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
configAbout the config files (YAMLs)About the config files (YAMLs)enhancementNew feature or requestNew feature or request
Description
Current state of the validate_config function:
- able to - somewhat - traverse the yaml and merge it with defaults
- throw warnings at
USERkeyword + set it toNone - throw error at
__USER__keyword - test for paths, if parameter in corresponding list
Issues:
- code rather verbose and hard to maintain
- keyword
USERalways set to None -> might be better to set more sensible defaults
Ideas:
- check, if input is correct, e.g. numbers in range, string sensible etc., not just the paths
- better handling of optional params
Metadata
Metadata
Assignees
Labels
configAbout the config files (YAMLs)About the config files (YAMLs)enhancementNew feature or requestNew feature or request