Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add YAML config schema and validation #40

Merged
merged 5 commits into from
May 6, 2024

Conversation

NotTheEvilOne
Copy link
Contributor

@NotTheEvilOne NotTheEvilOne commented Mar 27, 2024

This PR adds logic to validate the configuration file against a defined schema.

Closes #6

@brueggemann
Copy link
Contributor

As load_yaml is also used to load the module data, the validation will not pass for these files. So this should be fixed before merging

@NotTheEvilOne
Copy link
Contributor Author

As load_yaml is also used to load the module data, the validation will not pass for these files. So this should be fixed before merging

Good catch. Fixed

@brueggemann brueggemann merged commit 27aa23a into main May 6, 2024
2 checks passed
@brueggemann brueggemann deleted the prs/config-yaml-validation branch May 6, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[framework] input file validation
2 participants